From 5ee4ab2f8c80b6603e23d60b94e1b01db151faf5 Mon Sep 17 00:00:00 2001 From: Takashi Kawasaki Date: Sun, 5 Dec 2021 02:35:07 +0900 Subject: [PATCH] Upgrade protobuf to 3.17.3; https://github.com/protocolbuffers/protobuf/issues/8062#issuecomment-892689597 --- android/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index ba1c40e8..13fa8334 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -55,7 +55,7 @@ android { protobuf { protoc { - artifact = 'com.google.protobuf:protoc:3.11.4' + artifact = 'com.google.protobuf:protoc:3.17.3' } generateProtoTasks { all().each { task -> @@ -70,5 +70,5 @@ protobuf { dependencies { coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5' - implementation 'com.google.protobuf:protobuf-javalite:3.11.4' + implementation 'com.google.protobuf:protobuf-javalite:3.17.3' } \ No newline at end of file