diff options
| author | Bananeweizen <bananeweizen@gmx.de> | 2014-08-09 12:15:08 +0200 |
|---|---|---|
| committer | Bananeweizen <bananeweizen@gmx.de> | 2014-08-09 12:15:08 +0200 |
| commit | bb6267da4e1d9dcdb4935c04fce27adf79f11b67 (patch) | |
| tree | f84b72d8b25ec085c3728b27d588229e1bc103ed | |
| parent | ac44b7b0f51a4d75fcb7ec69c9c2b2ee87df5734 (diff) | |
| download | cgeo-bb6267da4e1d9dcdb4935c04fce27adf79f11b67.zip cgeo-bb6267da4e1d9dcdb4935c04fce27adf79f11b67.tar.gz cgeo-bb6267da4e1d9dcdb4935c04fce27adf79f11b67.tar.bz2 | |
#4140: completely ignore EMMA in proguard
| -rw-r--r-- | main/proguard-project.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/proguard-project.txt b/main/proguard-project.txt index bcdfa22..2bc66da 100644 --- a/main/proguard-project.txt +++ b/main/proguard-project.txt @@ -65,8 +65,9 @@ # the sort action provider is only referenced from XML -keep public class cgeo.geocaching.sorting.SortActionProvider { *; } -# keep Emma code coverage during debug builds +# keep Emma code coverage during debug builds, and ignore related warnings -keep class com.vladium.** { *; } +-dontwarn com.vladium.** # keep some test only utils classes -keep class org.apache.commons.lang3.StringUtils { *; } |
