From fa99ea58318af43be7a9b5e5b0bb553e5d59c07c Mon Sep 17 00:00:00 2001 From: dependency-bot Date: Sat, 21 Sep 2024 01:09:09 +0000 Subject: [PATCH] Update protobuf to v4.28.2 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 17d738067..73356698a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -244,7 +244,7 @@ dependencies { implementation 'com.github.wax911.android-emojify:contract:1.9.3' implementation 'com.github.wax911.android-emojify:emojify:1.9.3' implementation 'com.github.wax911.android-emojify:gson:1.9.3' - implementation 'com.google.protobuf:protobuf-javalite:4.28.1' + implementation 'com.google.protobuf:protobuf-javalite:4.28.2' implementation 'com.android.volley:volley:1.2.1' // Bouncy Castle is included directly in GB, to avoid pulling the entire dependency @@ -287,7 +287,7 @@ tasks.clean.dependsOn(tasks.cleanGenerated) protobuf { protoc { - artifact = 'com.google.protobuf:protoc:4.28.1' + artifact = 'com.google.protobuf:protoc:4.28.2' } generateProtoTasks { all().each { task ->