mirror of
https://github.com/peterosterlund2/droidfish.git
synced 2025-01-30 17:13:50 +01:00
DroidFish: Use proguard to shrink apk size, but don't obfuscate to make
debugging easier.
This commit is contained in:
parent
42210decf5
commit
833051cb0e
1
DroidFish/.gitignore
vendored
1
DroidFish/.gitignore
vendored
|
@ -2,3 +2,4 @@
|
|||
/obj
|
||||
/bin
|
||||
/gen
|
||||
/proguard
|
||||
|
|
1
DroidFish/proguard-project.txt
Normal file
1
DroidFish/proguard-project.txt
Normal file
|
@ -0,0 +1 @@
|
|||
-dontobfuscate
|
|
@ -11,3 +11,4 @@
|
|||
split.density=false
|
||||
# Project target.
|
||||
target=android-16
|
||||
proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
|
||||
|
|
Loading…
Reference in New Issue
Block a user