Skip to content

Commit db0bdcf

Browse files
committed
chore: unpin play-services-auth
1 parent 0b292c6 commit db0bdcf

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

app/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ dependencies {
4848
// Other Firebase/Play services deps
4949
implementation("com.google.firebase:firebase-auth")
5050

51-
// Pinned to 20.7.0 as a workaround for issue https://github.com/firebase/quickstart-android/issues/1647
5251
implementation("com.google.android.gms:play-services-auth:20.7.0")
5352

5453
// FirebaseUI (for authentication)

build.gradle.kts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ fun isNonStable(candidate: ModuleComponentIdentifier): Boolean {
2525

2626
fun isBlockListed(candidate: ModuleComponentIdentifier): Boolean {
2727
return listOf(
28-
"androidx.browser:browser",
29-
"com.google.android.gms:play-services-auth"
28+
"androidx.browser:browser"
3029
).any { keyword ->
3130
keyword in candidate.toString().lowercase()
3231
}

0 commit comments

Comments
 (0)