Skip to content
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.

Commit

Permalink
Upgrade protobuf to 3.17.3; protocolbuffers/protobuf#8062 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
espresso3389 authored and feelsoftware committed Apr 20, 2022
1 parent c839714 commit 5ee4ab2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/build.gradle
Expand Up @@ -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 ->
Expand All @@ -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'
}

0 comments on commit 5ee4ab2

Please sign in to comment.