From 59b83b92c7f753b76eac8364539522c803e8b2fb Mon Sep 17 00:00:00 2001 From: rany Date: Sun, 29 Oct 2023 23:26:50 +0200 Subject: [PATCH] Update protobuf to 3.21.7 Required for building on M1 Macs. Signed-off-by: rany --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 2e33435bb..68ae3f83e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 ->