diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2024-05-29 22:35:49 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-29 17:05:49 +0000 |
commit | 39822c88993f24848d5bb9066c49c2f2053e8b94 (patch) | |
tree | 9ecf2ae26c631a1e6f52fabf0f0efbf7b8fa35d5 /gradle | |
parent | f60c20060db8922c710294396b6a4107b77abdc2 (diff) |
fix(deps): update dependency com.google.android.gms:play-services-auth-api-phone to v18.1.0 (#3070)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to 'gradle')
-rw-r--r-- | gradle/libs.versions.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 7af21254..a140adef 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -86,7 +86,7 @@ thirdparty-kotlinResult-coroutines = { module = "com.michael-bull.kotlin-result: thirdparty-leakcanary-plumber = "com.squareup.leakcanary:plumber-android-startup:2.14" thirdparty-logcat = "com.squareup.logcat:logcat:0.1" thirdparty-modernAndroidPrefs = "de.maxr1998:modernandroidpreferences:2.4.0-beta2" -thirdparty-nonfree-googlePlayAuthApiPhone = "com.google.android.gms:play-services-auth-api-phone:18.0.2" +thirdparty-nonfree-googlePlayAuthApiPhone = "com.google.android.gms:play-services-auth-api-phone:18.1.0" thirdparty-nonfree-sentry = "io.sentry:sentry-android:7.9.0" thirdparty-pgpainless = "org.pgpainless:pgpainless-core:1.6.7" thirdparty-slack-lints = "com.slack.lint:slack-lint-checks:0.7.4" |