Protoc update to 3.18.0

Windows and M1 gradle verification sha256 values.

Using: gradlew --write-verification-metadata sha256 help

But aapt2 artifact had to be manually added.

Fixes #11871, Fixes #11878, Closes #11877
This commit is contained in:
Alan Evans
2021-12-30 00:15:16 -05:00
committed by Greyson Parrelli
parent 302e653d2f
commit ac90eeb42f
4 changed files with 17 additions and 10 deletions

View File

@@ -58,7 +58,7 @@ tasks.whenTaskAdded { task ->
protobuf {
protoc {
artifact = 'com.google.protobuf:protoc:3.10.0'
artifact = 'com.google.protobuf:protoc:3.18.0'
}
generateProtoTasks {
all().each { task ->