File tree 3 files changed +13
-2
lines changed 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -82,6 +82,10 @@ dependencies {
82
82
implementation " com.google.android.gms:play-services-basement:$playServicesVersion "
83
83
implementation " com.google.android.gms:play-services-base:$playServicesVersion "
84
84
implementation " com.google.android.gms:play-services-tasks:$playServicesVersion "
85
+ implementation ' android.arch.lifecycle:runtime:1.1.1'
86
+ implementation " android.arch.lifecycle:common:1.1.1"
87
+ implementation " android.arch.core:runtime:1.1.1"
88
+ implementation " android.arch.core:common:1.1.1"
85
89
86
90
androidTestImplementation " com.android.support:support-annotations:$supportAnnotationsVersion "
87
91
androidTestImplementation ' com.android.support.test:rules:1.0.2'
@@ -109,4 +113,4 @@ dependencies {
109
113
// androidTest integration tests.
110
114
// ==========================================================================
111
115
ext. packageName = " com.google.firebase.database"
112
- apply from : ' ../gradle/googleServices.gradle'
116
+ apply from : ' ../gradle/googleServices.gradle'
Original file line number Diff line number Diff line change @@ -104,6 +104,9 @@ dependencies {
104
104
exclude group : " com.google.firebase" , module : " firebase-common"
105
105
}
106
106
107
+ implementation ' android.arch.lifecycle:runtime:1.1.1'
108
+ implementation ' android.arch.lifecycle:common:1.1.1'
109
+
107
110
testCompile ' junit:junit:4.11'
108
111
testCompile ' org.mockito:mockito-core:1.10.19'
109
112
testCompile ' org.robolectric:robolectric:4.0-alpha-3'
Original file line number Diff line number Diff line change @@ -78,6 +78,10 @@ dependencies {
78
78
79
79
implementation " com.google.android.gms:play-services-base:$playServicesVersion "
80
80
implementation " com.google.android.gms:play-services-tasks:$playServicesVersion "
81
+ implementation ' android.arch.lifecycle:runtime:1.1.1'
82
+ implementation " android.arch.lifecycle:common:1.1.1"
83
+ implementation " android.arch.core:runtime:1.1.1"
84
+ implementation " android.arch.core:common:1.1.1"
81
85
82
86
androidTestImplementation " com.android.support:support-annotations:$supportAnnotationsVersion "
83
87
androidTestImplementation ' com.android.support.test:rules:1.0.2'
@@ -88,4 +92,4 @@ dependencies {
88
92
testImplementation ' junit:junit:4.12'
89
93
testImplementation ' org.mockito:mockito-core:2.18.3'
90
94
testImplementation ' org.robolectric:robolectric:4.0-alpha-3-SNAPSHOT'
91
- }
95
+ }
You can’t perform that action at this time.
0 commit comments