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