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