mirror of
https://github.com/woheller69/maps.git
synced 2025-06-28 12:19:55 +00:00
Disable obfuscation
Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
parent
2f37796713
commit
550160f697
2 changed files with 5 additions and 2 deletions
|
@ -6,7 +6,7 @@ android {
|
|||
applicationId "us.spotco.maps"
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 29
|
||||
versionCode 19
|
||||
versionCode 21
|
||||
versionName "1.5"
|
||||
resConfigs "en"
|
||||
}
|
||||
|
|
3
app/proguard-rules.pro
vendored
3
app/proguard-rules.pro
vendored
|
@ -25,3 +25,6 @@
|
|||
#-renamesourcefileattribute SourceFile
|
||||
|
||||
-optimizationpasses 3
|
||||
|
||||
# Disable obfuscation
|
||||
-dontobfuscate
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue