From b07796882c0b71057656de8e54a9c84183d8a7d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Jan 2023 10:19:54 +0000 Subject: [PATCH] Bump google-api-client-android from 2.1.1 to 2.1.2 (#2133) Bumps [google-api-client-android](https://github.com/googleapis/google-api-java-client) from 2.1.1 to 2.1.2. - [Release notes](https://github.com/googleapis/google-api-java-client/releases) - [Changelog](https://github.com/googleapis/google-api-java-client/blob/main/CHANGELOG.md) - [Commits](https://github.com/googleapis/google-api-java-client/compare/v2.1.1...v2.1.2) --- updated-dependencies: - dependency-name: com.google.api-client:google-api-client-android dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- FlowCrypt/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FlowCrypt/build.gradle b/FlowCrypt/build.gradle index 0ab7d04d12..563fb0b31a 100644 --- a/FlowCrypt/build.gradle +++ b/FlowCrypt/build.gradle @@ -409,7 +409,7 @@ dependencies { //https://mvnrepository.com/artifact/com.google.code.gson/gson implementation 'com.google.code.gson:gson:2.10' //https://mvnrepository.com/artifact/com.google.api-client/google-api-client-android - implementation 'com.google.api-client:google-api-client-android:2.1.1' + implementation 'com.google.api-client:google-api-client-android:2.1.2' //https://mvnrepository.com/artifact/com.google.apis/google-api-services-gmail implementation 'com.google.apis:google-api-services-gmail:v1-rev20221219-2.0.0'