mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2025-01-12 02:45:49 +01:00
Update protobuf to 4.27.2
This commit is contained in:
parent
036dbee98c
commit
66de7245d0
@ -243,7 +243,7 @@ dependencies {
|
||||
implementation 'com.jaredrummler:colorpicker:1.0.2'
|
||||
// implementation project(":DaoCore")
|
||||
implementation 'com.github.wax911:android-emojify:0.1.7'
|
||||
implementation 'com.google.protobuf:protobuf-javalite:3.25.3'
|
||||
implementation 'com.google.protobuf:protobuf-javalite:4.27.2'
|
||||
implementation 'com.android.volley:volley:1.2.1'
|
||||
|
||||
// Bouncy Castle is included directly in GB, to avoid pulling the entire dependency
|
||||
@ -296,7 +296,7 @@ tasks.clean.dependsOn(tasks.cleanGenerated)
|
||||
|
||||
protobuf {
|
||||
protoc {
|
||||
artifact = 'com.google.protobuf:protoc:3.25.3'
|
||||
artifact = 'com.google.protobuf:protoc:4.27.2'
|
||||
}
|
||||
generateProtoTasks {
|
||||
all().each { task ->
|
||||
|
Loading…
Reference in New Issue
Block a user