Enabling ProGuard obfuscation in Android Studio

Enable ProGuard

  1.  In Android Studio, open up an Android project.
  2. Change to Project View.
  3. Edit the app’s build.gradle file. Note: make sure the correct build.gradle file is edited. Typically, it is [Android project]/app/build.gradle.
  4. Change the following line: minifyEnable false to minifyEnable true

 

Leave a Reply

Leave a Reply

Your email address will not be published. Required fields are marked *