DroidFish: Use proguard to shrink apk size, but don't obfuscate to make

debugging easier.
This commit is contained in:
Peter Osterlund 2015-12-24 01:22:06 +01:00
parent 42210decf5
commit 833051cb0e
3 changed files with 3 additions and 0 deletions

View File

@ -2,3 +2,4 @@
/obj
/bin
/gen
/proguard

View File

@ -0,0 +1 @@
-dontobfuscate

View File

@ -11,3 +11,4 @@
split.density=false
# Project target.
target=android-16
proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt