我看到Android Gradle插件具有 minifyEnabled 属性以及 useProguard 属性,如下所示: android { buildTypes { debug { minifyEnabled true useProguard false } ...
確定! 回上一頁