Update protobuf to v4.33.5

This commit is contained in:
dependency-bot
2026-02-02 22:54:56 +01:00
committed by José Rebelo
parent 13a0003cd7
commit 977b876434
+2 -2
View File
@@ -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.4'
implementation 'com.google.protobuf:protobuf-javalite:4.33.5'
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.4'
artifact = 'com.google.protobuf:protoc:4.33.5'
}
generateProtoTasks {
all().each { final task ->