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