File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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)
Original file line number Diff line number Diff line change @@ -25,8 +25,7 @@ fun isNonStable(candidate: ModuleComponentIdentifier): Boolean {
2525
2626fun 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 }
You can’t perform that action at this time.
0 commit comments