Update protobuf to 3.21.7

Required for building on M1 Macs.

Signed-off-by: rany <ranygh@riseup.net>
This commit is contained in:
rany 2023-10-29 23:26:50 +02:00 committed by Andreas Shimokawa
parent 3d543db24f
commit 59b83b92c7
1 changed files with 2 additions and 2 deletions

View File

@ -289,7 +289,7 @@ dependencies {
implementation 'com.jaredrummler:colorpicker:1.0.2'
// implementation project(":DaoCore")
implementation 'com.github.wax911:android-emojify:0.1.7'
implementation 'com.google.protobuf:protobuf-javalite:3.10.0'
implementation 'com.google.protobuf:protobuf-javalite:3.21.7'
implementation 'com.android.volley:volley:1.2.1'
// NON-FOSS dependencies
@ -399,7 +399,7 @@ tasks.clean.dependsOn(tasks.cleanGenerated)
protobuf {
protoc {
artifact = 'com.google.protobuf:protoc:3.10.0'
artifact = 'com.google.protobuf:protoc:3.21.7'
}
generateProtoTasks {
all().each { task ->