mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-02-04 04:54:10 +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 'com.jaredrummler:colorpicker:1.0.2'
|
||||||
// implementation project(":DaoCore")
|
// implementation project(":DaoCore")
|
||||||
implementation 'com.github.wax911:android-emojify:0.1.7'
|
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'
|
implementation 'com.android.volley:volley:1.2.1'
|
||||||
|
|
||||||
// NON-FOSS dependencies
|
// NON-FOSS dependencies
|
||||||
@ -399,7 +399,7 @@ tasks.clean.dependsOn(tasks.cleanGenerated)
|
|||||||
|
|
||||||
protobuf {
|
protobuf {
|
||||||
protoc {
|
protoc {
|
||||||
artifact = 'com.google.protobuf:protoc:3.10.0'
|
artifact = 'com.google.protobuf:protoc:3.21.7'
|
||||||
}
|
}
|
||||||
generateProtoTasks {
|
generateProtoTasks {
|
||||||
all().each { task ->
|
all().each { task ->
|
||||||
|
Loading…
Reference in New Issue
Block a user