buildTypes { release { minifyEnabled false proguardFiles ... 我们需要:让release打包时开启混淆 minifyEnabled true 和资源压缩 shrinkResources true 、让debug ...
確定! 回上一頁