Skip to content

Commit 73f7a1e

Browse files
committed
revert another change in the build gradle that was unnecessary
1 parent 936fe43 commit 73f7a1e

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
@@ -160,6 +160,7 @@ dependencies {
160160
aar(libs.google.firebase.installations)
161161
aar(libs.google.firebase.storage)
162162
// extracted aar dependencies
163+
// 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
163164
api(fileTree(mapOf("dir" to "build/jar", "include" to listOf("*.jar"), "exclude" to listOf("lifecycle-*"))))
164165
// polyfill dependencies
165166
implementation(libs.kotlinx.coroutines.core)

0 commit comments

Comments
 (0)