From 4cd64cd4c060d5f99afdf6908b00111ac98b9399 Mon Sep 17 00:00:00 2001 From: Samuel Tardieu Date: Thu, 2 Jan 2014 18:04:06 +0100 Subject: Use RxJava for status updates rather than own observers --- main/proguard-project.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'main/proguard-project.txt') 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.* -- cgit v1.1