79310096

Date: 2024-12-26 17:37:51
Score: 2.5
Natty:
Report link

Duplicates Android APK file too big because of lib directory

I decrease bundle size by adding

ndk {
            abiFilters.add("armeabi-v7a")
        }

into release in buildTypes in build.gradle.kts

Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Dmitriy Milkin