fix(deps): update protobuf to v4.31.0

This commit is contained in:
dependency-bot
2025-05-17 01:02:49 +00:00
parent d646197107
commit 9814ee74ac
+2 -2
View File
@@ -258,7 +258,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.30.2'
implementation 'com.google.protobuf:protobuf-javalite:4.31.0'
implementation 'com.android.volley:volley:1.2.1'
implementation 'org.msgpack:msgpack-core:0.9.9'
@@ -303,7 +303,7 @@ tasks.clean.dependsOn(tasks.cleanGenerated)
protobuf {
protoc {
artifact = 'com.google.protobuf:protoc:4.30.2'
artifact = 'com.google.protobuf:protoc:4.31.0'
}
generateProtoTasks {
all().each { task ->