mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-09 03:37:03 +01:00
Update protobuf to v4.27.3
This commit is contained in:
parent
b616cc8ff1
commit
1d8ff564bd
@ -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.27.2'
|
||||
implementation 'com.google.protobuf:protobuf-javalite:4.27.3'
|
||||
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.27.2'
|
||||
artifact = 'com.google.protobuf:protoc:4.27.3'
|
||||
}
|
||||
generateProtoTasks {
|
||||
all().each { task ->
|
||||
|
Loading…
Reference in New Issue
Block a user