mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
Bump protobuf-gradle-plugin to 0.8.18 and protoc to 3.21.1
This commit is contained in:
parent
a5ca044ec7
commit
fc5ce7c2c6
2 changed files with 3 additions and 3 deletions
|
|
@ -106,7 +106,7 @@ play {
|
|||
// per protobuf-gradle-plugin docs, this is recommended for android
|
||||
protobuf {
|
||||
protoc {
|
||||
artifact = 'com.google.protobuf:protoc:3.15.3'
|
||||
artifact = 'com.google.protobuf:protoc:3.21.1'
|
||||
}
|
||||
generateProtoTasks {
|
||||
all().each { task ->
|
||||
|
|
@ -160,7 +160,7 @@ dependencies {
|
|||
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutines_version"
|
||||
|
||||
// For now I'm not using javalite, because I want JSON printing
|
||||
implementation 'com.google.protobuf:protobuf-java:3.15.8'
|
||||
implementation 'com.google.protobuf:protobuf-java:3.21.1'
|
||||
|
||||
// For UART access
|
||||
// implementation 'com.google.android.things:androidthings:1.0'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue