Last active
October 3, 2023 06:53
-
-
Save whytarun/15d8ce112fe9b7bbc2052a4cb9bbb225 to your computer and use it in GitHub Desktop.
Employ ProGuard to obfuscate
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
buildTypes { | |
release { | |
buildConfigField "String", "BASE_URL", "\"https://mbl.test.com\"" | |
minifyEnabled true | |
shrinkResources true | |
debuggable false | |
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), | |
'proguard-rules.pro' | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment