Skip to content

Commit

Permalink
chore: update play-services-auth to 20.3.0 (#2063)
Browse files Browse the repository at this point in the history
  • Loading branch information
thatfiredev committed Sep 26, 2022
1 parent e7a7053 commit 9a37a1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Config.kt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ object Config {
}

object PlayServices {
const val auth = "com.google.android.gms:play-services-auth:19.0.0"
const val auth = "com.google.android.gms:play-services-auth:20.3.0"
}

object Provider {
Expand Down

0 comments on commit 9a37a1f

Please sign in to comment.