diff --git a/settings.gradle.kts b/settings.gradle.kts index 0778cc54..88c0a7cc 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -342,10 +342,10 @@ dependencyResolutionManagement { alias("google.auth") .to("com.google.auth", "google-auth-library-oauth2-http") - .version("1.1.0") + .version("1.4.0") alias("google.apiclient") .to("com.google.api-client", "google-api-client-android") - .version("1.31.2") + .version("1.33.2") alias("google.drive") .to("com.google.apis", "google-api-services-drive") .version("v3-rev197-1.25.0")