How to use ProGuard in Android Studio byShyam Buhecha •January 24, 2023 How to use ProGuard in Android Studio : ProGuard is a Java class file shrinker, optimizer, obfuscator, and preverifier. Step-1 : To use ProGuard, you can add the following to your build.gradle file: buildTypes { release { minifyEnabled t…