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 @@ -82,10 +82,6 @@ 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"
89
85
90
86
androidTestImplementation " com.android.support:support-annotations:$supportAnnotationsVersion "
91
87
androidTestImplementation ' com.android.support.test:rules:1.0.2'
@@ -113,4 +109,4 @@ dependencies {
113
109
// androidTest integration tests.
114
110
// ==========================================================================
115
111
ext. packageName = " com.google.firebase.database"
116
- apply from : ' ../gradle/googleServices.gradle'
112
+ apply from : ' ../gradle/googleServices.gradle'
Original file line number Diff line number Diff line change @@ -104,9 +104,6 @@ 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
-
110
107
testCompile ' junit:junit:4.11'
111
108
testCompile ' org.mockito:mockito-core:1.10.19'
112
109
testCompile ' org.robolectric:robolectric:4.0-alpha-3'
Original file line number Diff line number Diff line change @@ -78,10 +78,6 @@ 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"
85
81
86
82
androidTestImplementation " com.android.support:support-annotations:$supportAnnotationsVersion "
87
83
androidTestImplementation ' com.android.support.test:rules:1.0.2'
@@ -92,4 +88,4 @@ dependencies {
92
88
testImplementation ' junit:junit:4.12'
93
89
testImplementation ' org.mockito:mockito-core:2.18.3'
94
90
testImplementation ' org.robolectric:robolectric:4.0-alpha-3-SNAPSHOT'
95
- }
91
+ }
You can’t perform that action at this time.
0 commit comments