diff options
Diffstat (limited to 'main/project.properties')
| -rw-r--r-- | main/project.properties | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/main/project.properties b/main/project.properties index a475ee2..894c810 100644 --- a/main/project.properties +++ b/main/project.properties @@ -3,9 +3,12 @@ # # This file must be checked in Version Control Systems. # -# To customize properties used by the Ant build system use, +# To customize properties used by the Ant build system edit # "ant.properties", and override values to adapt the script to your # project structure. +# +# To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home): +proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt # Project target. target=Google Inc.:Google APIs:17 |
