android { buildTypes { debug { minifyEnabled true useProguard false } release { minifyEnabled true useProguard true } } }
確定! 回上一頁