From e583050c46ecbaab9c30d7ef06f669999fb4812b Mon Sep 17 00:00:00 2001 From: dependency-bot Date: Sat, 22 Nov 2025 01:05:10 +0000 Subject: [PATCH] Update protobuf to v4.33.1 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index fecc116297..2cbda8503d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -266,7 +266,7 @@ dependencies { implementation 'com.github.wax911.android-emojify:contract:1.9.7' implementation 'com.github.wax911.android-emojify:emojify:1.9.7' implementation 'com.github.wax911.android-emojify:gson:1.9.7' - implementation 'com.google.protobuf:protobuf-javalite:4.33.0' + implementation 'com.google.protobuf:protobuf-javalite:4.33.1' implementation 'com.android.volley:volley:1.2.1' implementation 'org.msgpack:msgpack-core:0.9.10' implementation 'com.github.ByteHamster:SearchPreference:2.7.3' @@ -310,7 +310,7 @@ tasks.clean.dependsOn(tasks.cleanGenerated) protobuf { protoc { - artifact = 'com.google.protobuf:protoc:4.33.0' + artifact = 'com.google.protobuf:protoc:4.33.1' } generateProtoTasks { all().each { final task ->