From ba0a3821f24c59ab024d63b744ae067ae34e1135 Mon Sep 17 00:00:00 2001 From: dependency-bot Date: Wed, 14 Jan 2026 01:04:51 +0000 Subject: [PATCH] Update protobuf to v4.33.4 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index f67dc5c00f..20f27f7a20 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -268,7 +268,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.2' + implementation 'com.google.protobuf:protobuf-javalite:4.33.4' implementation 'com.squareup.okhttp3:okhttp:5.3.2' implementation 'org.msgpack:msgpack-core:0.9.11' implementation 'com.github.ByteHamster:SearchPreference:2.7.3' @@ -316,7 +316,7 @@ tasks.clean.dependsOn(tasks.cleanGenerated) protobuf { protoc { - artifact = 'com.google.protobuf:protoc:4.33.2' + artifact = 'com.google.protobuf:protoc:4.33.4' } generateProtoTasks { all().each { final task ->