Skip to content

Commit

Permalink
Don't strip out the newInstance methods from Fragments, these are use…
Browse files Browse the repository at this point in the history
…d by the social fragment build option via reflection
  • Loading branch information
alsutton committed Sep 18, 2014
1 parent c68134a commit 13f291f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion android/proguard-project.txt
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,11 @@
-keep class com.google.api.client.**
-keep class com.google.maps.android.**
-keep class libcore.**
-keep class * extends android.app.Fragment {
public static ** newInstance();
}

-dontwarn org.junit.**
-dontwarn org.mockito.**
-dontwarn org.robolectric.**
-dontwarn com.bumptech.glide.GlideTest
-dontwarn com.bumptech.glide.GlideTest

0 comments on commit 13f291f

Please sign in to comment.