diff options
| author | Samuel Tardieu <sam@rfc1149.net> | 2014-04-07 18:15:32 +0200 |
|---|---|---|
| committer | Samuel Tardieu <sam@rfc1149.net> | 2014-04-07 18:15:32 +0200 |
| commit | fb2331485b0f463ea7ae47a9a8d5ec0fb6d9ba2a (patch) | |
| tree | c56cdde7def770dada2feadc095cfbfdb220cf82 | |
| parent | da228e3ea8a9476d5603bd0c761f94f03a17c909 (diff) | |
| download | cgeo-fb2331485b0f463ea7ae47a9a8d5ec0fb6d9ba2a.zip cgeo-fb2331485b0f463ea7ae47a9a8d5ec0fb6d9ba2a.tar.gz cgeo-fb2331485b0f463ea7ae47a9a8d5ec0fb6d9ba2a.tar.bz2 | |
Remove AndroidLevel8 proguard instructions
| -rw-r--r-- | main/proguard-project.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/main/proguard-project.txt b/main/proguard-project.txt index bb064b9..5b606f5 100644 --- a/main/proguard-project.txt +++ b/main/proguard-project.txt @@ -48,10 +48,6 @@ # The backup agent class is not called from our code. -keep public class cgeo.geocaching.backup.CentralBackupAgent --keepclassmembers class cgeo.geocaching.compatibility.AndroidLevel8 { - public static <methods>; -} - # Butter knife view injection, see http://jakewharton.github.io/butterknife/ -dontwarn butterknife.internal.** -keep class **$$ViewInjector { *; } |
