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