Skip to content

Commit 86501c0

Browse files
committed
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.
1 parent 0f7e56f commit 86501c0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

android/proguard-project.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,3 +126,7 @@
126126
-keep class com.google.api.client.**
127127
-keep class com.google.maps.android.**
128128
-keep class libcore.**
129+
-dontwarn org.junit.**
130+
-dontwarn org.mockito.**
131+
-dontwarn org.robolectric.**
132+
-dontwarn com.bumptech.glide.GlideTest

0 commit comments

Comments
 (0)