Skip to content

Commit ac95730

Browse files
authored
Update build.gradle.kts
1 parent 8d8e49d commit ac95730

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ dependencies {
155155
aar("com.google.firebase:firebase-config:21.6.0")
156156
aar("com.google.firebase:firebase-installations:17.2.0")
157157
// extracted aar dependencies
158+
// exclude lifecycle libs due to https://github.com/GitLiveApp/firebase-java-sdk/pull/15 - remove the exclude once the dependencies in the aars are updated to the required version
158159
api(fileTree(mapOf("dir" to "build/jar", "include" to listOf("*.jar"), "exclude" to listOf("lifecycle-*"))))
159160
// polyfill dependencies
160161
implementation("org.jetbrains.kotlin:kotlin-stdlib")

0 commit comments

Comments
 (0)