aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrevor Johns <trevorjohns@google.com>2014-08-12 15:16:08 -0700
committerTrevor Johns <trevorjohns@google.com>2014-08-12 15:16:08 -0700
commit86501c076a388b7eb0708419d99cd7515651e228 (patch)
tree5259ba5322d8696405a7ba8cf6e41d1b49f1435f
parent0f7e56ff2588b816476fbad253554f49003e869d (diff)
downloadiosched-86501c076a388b7eb0708419d99cd7515651e228.tar.gz
Update proguard config to exclude test classes
Reference to classes in test frameworks (e.g. JUnit) were causing Proguard to fail while running the 'build' task.
-rw-r--r--android/proguard-project.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/android/proguard-project.txt b/android/proguard-project.txt
index f35fcb9..6600e44 100644
--- a/android/proguard-project.txt
+++ b/android/proguard-project.txt
@@ -126,3 +126,7 @@
-keep class com.google.api.client.**
-keep class com.google.maps.android.**
-keep class libcore.**
+-dontwarn org.junit.**
+-dontwarn org.mockito.**
+-dontwarn org.robolectric.**
+-dontwarn com.bumptech.glide.GlideTest \ No newline at end of file