mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-24 21:15:48 +00:00
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:
committed by
Greyson Parrelli
parent
302e653d2f
commit
ac90eeb42f
@@ -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 ->
|
||||
|
||||
Reference in New Issue
Block a user