File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ dependencies {
155
155
aar(" com.google.firebase:firebase-config:21.6.0" )
156
156
aar(" com.google.firebase:firebase-installations:17.2.0" )
157
157
// extracted aar dependencies
158
- api(fileTree(mapOf (" dir" to " build/jar" , " include" to listOf (" *.jar" ))))
158
+ api(fileTree(mapOf (" dir" to " build/jar" , " include" to listOf (" *.jar" ), " exclude " to listOf ( " lifecycle-* " ) )))
159
159
// polyfill dependencies
160
160
implementation(" org.jetbrains.kotlin:kotlin-stdlib" )
161
161
implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3" )
@@ -165,12 +165,12 @@ dependencies {
165
165
// firebase dependencies
166
166
implementation(" javax.inject:javax.inject:1" )
167
167
implementation(" com.squareup.okhttp3:okhttp:3.12.13" )
168
- implementation(" android.arch.lifecycle:common:1.1.1" )
169
168
implementation(" io.grpc:grpc-protobuf-lite:1.52.1" )
170
169
implementation(" io.grpc:grpc-stub:1.52.1" )
171
170
implementation(" androidx.collection:collection:1.2.0" )
172
- implementation(" androidx.lifecycle:lifecycle-common:2.4.0" )
173
171
implementation(" io.grpc:grpc-okhttp:1.52.1" )
172
+ implementation(" androidx.lifecycle:lifecycle-common:2.8.0-rc01" )
173
+ implementation(" androidx.lifecycle:lifecycle-viewmodel:2.8.0-rc01" )
174
174
}
175
175
176
176
tasks.named(" publishToMavenLocal" ).configure {
You can’t perform that action at this time.
0 commit comments