diff --git a/app/build.gradle b/app/build.gradle index f5e7ae5a0e..6b236ee58b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -267,7 +267,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.31.1' + implementation 'com.google.protobuf:protobuf-javalite:4.32.0' implementation 'com.android.volley:volley:1.2.1' implementation 'org.msgpack:msgpack-core:0.9.10' implementation 'com.github.ByteHamster:SearchPreference:2.7.3' @@ -311,7 +311,7 @@ tasks.clean.dependsOn(tasks.cleanGenerated) protobuf { protoc { - artifact = 'com.google.protobuf:protoc:4.31.1' + artifact = 'com.google.protobuf:protoc:4.32.0' } generateProtoTasks { all().each { task ->