aboutsummaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
authorSamuel Tardieu <sam@rfc1149.net>2012-11-18 12:17:50 +0100
committerSamuel Tardieu <sam@rfc1149.net>2012-11-18 12:17:50 +0100
commiteb20785a1088e1ce760f1fdbce3021270062f8dd (patch)
tree43a05dc72180fc9f74efae064f29ac2f96f8abeb /main
parent76f7fae0bb460fa470cd77226475c32fcf49444b (diff)
downloadcgeo-eb20785a1088e1ce760f1fdbce3021270062f8dd.zip
cgeo-eb20785a1088e1ce760f1fdbce3021270062f8dd.tar.gz
cgeo-eb20785a1088e1ce760f1fdbce3021270062f8dd.tar.bz2
Fix build bug (proguard phase)
Proguard seems to have a problem finding some classes. This is an immediate fix, but may not be the most sensible one and may need to be reworked.
Diffstat (limited to 'main')
-rw-r--r--main/proguard.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/proguard.cfg b/main/proguard.cfg
index ee4d81a..45e874b 100644
--- a/main/proguard.cfg
+++ b/main/proguard.cfg
@@ -19,7 +19,7 @@
-keep public class * extends android.content.BroadcastReceiver
-keep public class * extends android.content.ContentProvider
-keep public class cgeo.geocaching.*
--keep class android.support.v4.os.** { *; }
+-keep class android.support.v4.** { *; }
-keep class ch.boye.httpclientandroidlib.conn.scheme.Scheme { *; }
-keep class ch.boye.httpclientandroidlib.params.HttpParams { *; }
-keep class ch.boye.httpclientandroidlib.client.HttpClient { *; }