We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fb31f91 + e18a367 commit 8884f86Copy full SHA for 8884f86
library/build.gradle
@@ -9,6 +9,8 @@ android {
9
targetSdkVersion targetSdk
10
versionCode 1
11
versionName "0.0.0"
12
+
13
+ consumerProguardFiles 'consumer-proguard-rules.txt'
14
}
15
16
buildTypes {
library/consumer-proguard-rules.txt
@@ -0,0 +1,8 @@
1
+# Recommended flags for Firebase Auth
2
+-keepattributes Signature
3
+-keepattributes *Annotation*
4
5
+# Don't warn about retrofit or okio classes
6
+-dontwarn retrofit.**
7
+-dontwarn retrofit2.**
8
+-dontwarn okio.**
0 commit comments