Disable obfuscation

Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
Tad 2022-04-28 04:11:39 -04:00
parent 2f37796713
commit 550160f697
2 changed files with 5 additions and 2 deletions

View file

@ -6,7 +6,7 @@ android {
applicationId "us.spotco.maps" applicationId "us.spotco.maps"
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 29 targetSdkVersion 29
versionCode 19 versionCode 21
versionName "1.5" versionName "1.5"
resConfigs "en" resConfigs "en"
} }

View file

@ -24,4 +24,7 @@
# hide the original source file name. # hide the original source file name.
#-renamesourcefileattribute SourceFile #-renamesourcefileattribute SourceFile
-optimizationpasses 3 -optimizationpasses 3
# Disable obfuscation
-dontobfuscate