Skip to content

Commit

Permalink
Fixed GD 403 error
Browse files Browse the repository at this point in the history
  • Loading branch information
grzesiek2010 committed Nov 26, 2019
1 parent bce1410 commit b9a4b59
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions collect_app/proguard-rules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
-keep class org.odk.collect.android.logic.actions.**
-keep class android.support.v7.widget.** { *; }
-keep class com.google.android.gms.internal.firebase-perf.** { *; }
-keepclassmembers class * {
@com.google.api.client.util.Key <fields>;
}

-dontobfuscate

Expand Down

0 comments on commit b9a4b59

Please sign in to comment.