Update protobuf to v4.28.1

This commit is contained in:
José Rebelo 2024-09-15 10:15:15 +01:00
parent eb965faacf
commit d95d669d97

View File

@ -244,7 +244,7 @@ dependencies {
implementation 'com.github.wax911.android-emojify:contract:1.9.3' 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:emojify:1.9.3'
implementation 'com.github.wax911.android-emojify:gson:1.9.3' implementation 'com.github.wax911.android-emojify:gson:1.9.3'
implementation 'com.google.protobuf:protobuf-javalite:4.27.3' implementation 'com.google.protobuf:protobuf-javalite:4.28.1'
implementation 'com.android.volley:volley:1.2.1' implementation 'com.android.volley:volley:1.2.1'
// Bouncy Castle is included directly in GB, to avoid pulling the entire dependency // Bouncy Castle is included directly in GB, to avoid pulling the entire dependency
@ -287,7 +287,7 @@ tasks.clean.dependsOn(tasks.cleanGenerated)
protobuf { protobuf {
protoc { protoc {
artifact = 'com.google.protobuf:protoc:4.27.3' artifact = 'com.google.protobuf:protoc:4.28.1'
} }
generateProtoTasks { generateProtoTasks {
all().each { task -> all().each { task ->