mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-28 12:56:49 +01:00
Update protobuf to 3.21.7
Required for building on M1 Macs. Signed-off-by: rany <ranygh@riseup.net>
This commit is contained in:
parent
3d543db24f
commit
59b83b92c7
@ -289,7 +289,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.10.0'
|
||||
implementation 'com.google.protobuf:protobuf-javalite:3.21.7'
|
||||
implementation 'com.android.volley:volley:1.2.1'
|
||||
|
||||
// NON-FOSS dependencies
|
||||
@ -399,7 +399,7 @@ tasks.clean.dependsOn(tasks.cleanGenerated)
|
||||
|
||||
protobuf {
|
||||
protoc {
|
||||
artifact = 'com.google.protobuf:protoc:3.10.0'
|
||||
artifact = 'com.google.protobuf:protoc:3.21.7'
|
||||
}
|
||||
generateProtoTasks {
|
||||
all().each { task ->
|
||||
|
Loading…
Reference in New Issue
Block a user