To enable shrinking on a build type, use the minifyEnabled property in your project's build.gradle : android { buildTypes { release { minifyEnabled true } } } ...
確定! 回上一頁