diff --git a/android/build.gradle b/android/build.gradle index 6a2ce0de..27b2555b 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -40,7 +40,7 @@ android { protobuf { protoc { - artifact = 'com.google.protobuf:protoc:3.11.4' + artifact = 'com.google.protobuf:protoc:3.17.3' } generateProtoTasks { all().each { task -> @@ -54,5 +54,5 @@ protobuf { } dependencies { - implementation 'com.google.protobuf:protobuf-javalite:3.11.4' + implementation 'com.google.protobuf:protobuf-javalite:3.17.3' } \ No newline at end of file