1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2025-01-11 10:25:49 +01:00

Update protobuf to v4.29.1

This commit is contained in:
José Rebelo 2024-12-14 14:03:00 +00:00
parent dc806c4226
commit 66457a76f9

View File

@ -244,7 +244,7 @@ dependencies {
implementation 'com.github.wax911.android-emojify:contract:1.9.5'
implementation 'com.github.wax911.android-emojify:emojify:1.9.5'
implementation 'com.github.wax911.android-emojify:gson:1.9.5'
implementation 'com.google.protobuf:protobuf-javalite:4.28.2'
implementation 'com.google.protobuf:protobuf-javalite:4.29.1'
implementation 'com.android.volley:volley:1.2.1'
implementation 'org.msgpack:msgpack-core:0.9.8'
@ -288,7 +288,7 @@ tasks.clean.dependsOn(tasks.cleanGenerated)
protobuf {
protoc {
artifact = 'com.google.protobuf:protoc:4.28.2'
artifact = 'com.google.protobuf:protoc:4.29.1'
}
generateProtoTasks {
all().each { task ->