Skip to content

Commit f2c0424

Browse files
committed
Revert "Revert "Removed unused Android Lifecycle dependencies (#55)""
This reverts commit 8218c56.
1 parent 8218c56 commit f2c0424

File tree

3 files changed

+2
-13
lines changed

3 files changed

+2
-13
lines changed

firebase-database/firebase-database.gradle

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,6 @@ dependencies {
8282
implementation "com.google.android.gms:play-services-basement:$playServicesVersion"
8383
implementation "com.google.android.gms:play-services-base:$playServicesVersion"
8484
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"
8985

9086
androidTestImplementation "com.android.support:support-annotations:$supportAnnotationsVersion"
9187
androidTestImplementation 'com.android.support.test:rules:1.0.2'
@@ -113,4 +109,4 @@ dependencies {
113109
// androidTest integration tests.
114110
// ==========================================================================
115111
ext.packageName = "com.google.firebase.database"
116-
apply from: '../gradle/googleServices.gradle'
112+
apply from: '../gradle/googleServices.gradle'

firebase-firestore/firebase-firestore.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,6 @@ dependencies {
104104
exclude group: "com.google.firebase", module: "firebase-common"
105105
}
106106

107-
implementation 'android.arch.lifecycle:runtime:1.1.1'
108-
implementation 'android.arch.lifecycle:common:1.1.1'
109-
110107
testCompile 'junit:junit:4.11'
111108
testCompile 'org.mockito:mockito-core:1.10.19'
112109
testCompile 'org.robolectric:robolectric:4.0-alpha-3'

firebase-storage/firebase-storage.gradle

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,6 @@ dependencies {
7878

7979
implementation "com.google.android.gms:play-services-base:$playServicesVersion"
8080
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"
8581

8682
androidTestImplementation "com.android.support:support-annotations:$supportAnnotationsVersion"
8783
androidTestImplementation 'com.android.support.test:rules:1.0.2'
@@ -92,4 +88,4 @@ dependencies {
9288
testImplementation 'junit:junit:4.12'
9389
testImplementation 'org.mockito:mockito-core:2.18.3'
9490
testImplementation 'org.robolectric:robolectric:4.0-alpha-3-SNAPSHOT'
95-
}
91+
}

0 commit comments

Comments
 (0)