File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,14 @@ android {
12
12
versionName version
13
13
testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
14
14
}
15
+
16
+ buildTypes {
17
+ release {
18
+ postprocessing {
19
+ consumerProguardFile ' proguard-rules.pro'
20
+ }
21
+ }
22
+ }
15
23
}
16
24
17
25
dependencies {
Original file line number Diff line number Diff line change
1
+ -dontwarn com.firebase.ui.firestore.paging.**
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ android {
29
29
30
30
dependencies {
31
31
implementation " com.google.firebase:firebase-core:$firebaseVersion "
32
- implementation " android.arch.paging:runtime: $p agingVersion "
32
+ implementation " android.arch.lifecycle:extensions: $a rchitectureVersion "
33
33
34
34
implementation project(path : ' :auth' )
35
35
implementation project(path : ' :firestore' )
You can’t perform that action at this time.
0 commit comments