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"
|
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"
|
||||||
}
|
}
|
||||||
|
|
5
app/proguard-rules.pro
vendored
5
app/proguard-rules.pro
vendored
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue