Skip to content

Commit 8218c56

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

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

firebase-database/firebase-database.gradle

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,10 @@ 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"
8589

8690
androidTestImplementation "com.android.support:support-annotations:$supportAnnotationsVersion"
8791
androidTestImplementation 'com.android.support.test:rules:1.0.2'
@@ -109,4 +113,4 @@ dependencies {
109113
// androidTest integration tests.
110114
// ==========================================================================
111115
ext.packageName = "com.google.firebase.database"
112-
apply from: '../gradle/googleServices.gradle'
116+
apply from: '../gradle/googleServices.gradle'

firebase-firestore/firebase-firestore.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,9 @@ 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+
107110
testCompile 'junit:junit:4.11'
108111
testCompile 'org.mockito:mockito-core:1.10.19'
109112
testCompile 'org.robolectric:robolectric:4.0-alpha-3'

firebase-storage/firebase-storage.gradle

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,10 @@ 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"
8185

8286
androidTestImplementation "com.android.support:support-annotations:$supportAnnotationsVersion"
8387
androidTestImplementation 'com.android.support.test:rules:1.0.2'
@@ -88,4 +92,4 @@ dependencies {
8892
testImplementation 'junit:junit:4.12'
8993
testImplementation 'org.mockito:mockito-core:2.18.3'
9094
testImplementation 'org.robolectric:robolectric:4.0-alpha-3-SNAPSHOT'
91-
}
95+
}

0 commit comments

Comments
 (0)