mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2026-07-31 07:44:24 +02:00
Update protobuf to v4.33.0
This commit is contained in:
+2
-2
@@ -266,7 +266,7 @@ dependencies {
|
|||||||
implementation 'com.github.wax911.android-emojify:contract:1.9.7'
|
implementation 'com.github.wax911.android-emojify:contract:1.9.7'
|
||||||
implementation 'com.github.wax911.android-emojify:emojify:1.9.7'
|
implementation 'com.github.wax911.android-emojify:emojify:1.9.7'
|
||||||
implementation 'com.github.wax911.android-emojify:gson:1.9.7'
|
implementation 'com.github.wax911.android-emojify:gson:1.9.7'
|
||||||
implementation 'com.google.protobuf:protobuf-javalite:4.32.1'
|
implementation 'com.google.protobuf:protobuf-javalite:4.33.0'
|
||||||
implementation 'com.android.volley:volley:1.2.1'
|
implementation 'com.android.volley:volley:1.2.1'
|
||||||
implementation 'org.msgpack:msgpack-core:0.9.10'
|
implementation 'org.msgpack:msgpack-core:0.9.10'
|
||||||
implementation 'com.github.ByteHamster:SearchPreference:2.7.3'
|
implementation 'com.github.ByteHamster:SearchPreference:2.7.3'
|
||||||
@@ -310,7 +310,7 @@ tasks.clean.dependsOn(tasks.cleanGenerated)
|
|||||||
|
|
||||||
protobuf {
|
protobuf {
|
||||||
protoc {
|
protoc {
|
||||||
artifact = 'com.google.protobuf:protoc:4.32.1'
|
artifact = 'com.google.protobuf:protoc:4.33.0'
|
||||||
}
|
}
|
||||||
generateProtoTasks {
|
generateProtoTasks {
|
||||||
all().each { final task ->
|
all().each { final task ->
|
||||||
|
|||||||
Reference in New Issue
Block a user