Skip to content

Commit

Permalink
Fix proguard failure
Browse files Browse the repository at this point in the history
Change-Id: I82260f631b7d8df51dcaac23bd293e70786ad120
  • Loading branch information
samtstern committed Feb 28, 2018
1 parent d020ee0 commit f5172ca
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions firestore/app/proguard-rules.pro
Expand Up @@ -26,3 +26,8 @@

# Keep custom model classes
-keep class com.google.firebase.example.fireeats.model.** { *; }

# https://github.com/firebase/FirebaseUI-Android/issues/1175
-dontwarn okio.**
-dontwarn retrofit2.Call
-dontnote retrofit2.Platform$IOS$MainThreadExecutor

0 comments on commit f5172ca

Please sign in to comment.