#ankit_android

1 messages · Page 1 of 1 (latest)

spice ore
#

Hi Ankit, you can use progurad minify to reduce the APK size, and use app bundle for further optimization.

raven shadow
#

can you please share progurad here which i need to add in my app.

spice ore
#
android {
...

    buildTypes {
        release {
            minifyEnabled true

raven shadow
#

How can we use app bundle for optimization ?

spice ore
#

Please refer to above doc to learn more about app bundle

raven shadow
#

There is other way to reduce the size of apk.