diff options
| author | Michael Keppler <michael.keppler@gmx.de> | 2014-04-22 13:16:30 +0200 |
|---|---|---|
| committer | Michael Keppler <michael.keppler@gmx.de> | 2014-04-22 13:16:30 +0200 |
| commit | 670fef2fa8c97193057087f90e6dd83317b68973 (patch) | |
| tree | 7716476ddcef9a6ee17fc969cf4b22e9a02930d0 | |
| parent | 333edae179024c6900a1d3f98e252579859f16ee (diff) | |
| download | cgeo-670fef2fa8c97193057087f90e6dd83317b68973.zip cgeo-670fef2fa8c97193057087f90e6dd83317b68973.tar.gz cgeo-670fef2fa8c97193057087f90e6dd83317b68973.tar.bz2 | |
convert proguard configuration of tests to recommended format
It is recommended to include the premade android configuration instead
of creating all rules from scratch.
| -rw-r--r-- | tests/proguard-project.txt (renamed from tests/proguard.cfg) | 0 | ||||
| -rw-r--r-- | tests/project.properties | 3 |
2 files changed, 3 insertions, 0 deletions
diff --git a/tests/proguard.cfg b/tests/proguard-project.txt index f0b04dc..f0b04dc 100644 --- a/tests/proguard.cfg +++ b/tests/proguard-project.txt diff --git a/tests/project.properties b/tests/project.properties index 56eb572..90d918c 100644 --- a/tests/project.properties +++ b/tests/project.properties @@ -9,3 +9,6 @@ # Project target. target=Google Inc.:Google APIs:19 + +# 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 |
