How do I enable ProGuard on Android?
How do I enable ProGuard on Android? Below is the sample how to enable default ProGuard in Android Studio. Go to the build.gradle file of app. enable the minifyEnabled true. enable shrinkResources true to reduce the APK size. proguardFiles getDefaultProguardFile(‘proguard-android. txt’) to enable the default one. How does ProGuard work on Android? It detects and […]