#ankit_android
1 messages · Page 1 of 1 (latest)
Hi Ankit, you can use progurad minify to reduce the APK size, and use app bundle for further optimization.
can you please share progurad here which i need to add in my app.
android {
...
buildTypes {
release {
minifyEnabled true
How can we use app bundle for optimization ?
There is other way to reduce the size of apk.