aboutsummaryrefslogtreecommitdiffstats
path: root/main/proguard-project.txt
diff options
context:
space:
mode:
authorSamuel Tardieu <sam@rfc1149.net>2014-01-02 18:04:06 +0100
committerSamuel Tardieu <sam@rfc1149.net>2014-01-08 19:42:36 +0100
commit4cd64cd4c060d5f99afdf6908b00111ac98b9399 (patch)
treeb0aa8f80274f4a7e7dcf1771bef2c12cb91b6220 /main/proguard-project.txt
parent7fe0fcba480d301af8c629e4a37d11e5fbd5f8fc (diff)
downloadcgeo-4cd64cd4c060d5f99afdf6908b00111ac98b9399.zip
cgeo-4cd64cd4c060d5f99afdf6908b00111ac98b9399.tar.gz
cgeo-4cd64cd4c060d5f99afdf6908b00111ac98b9399.tar.bz2
Use RxJava for status updates rather than own observers
Diffstat (limited to 'main/proguard-project.txt')
-rw-r--r--main/proguard-project.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/main/proguard-project.txt b/main/proguard-project.txt
index 03ef6b3..eae0a42 100644
--- a/main/proguard-project.txt
+++ b/main/proguard-project.txt
@@ -13,6 +13,11 @@
# apache.commons.collections has some bean related collections, which are undefined in Android
-dontwarn java.beans.*
+# rxjava includes references to the test frameworks within their class files
+-dontwarn org.mockito.**
+-dontwarn org.junit.**
+-dontwarn org.robolectric.**
+
#-dontnote org.apache.commons.logging.**
-keep public class cgeo.geocaching.*