update libs

This commit is contained in:
Kevin Hester 2021-02-27 09:49:25 +08:00
parent efbc61eaf2
commit 2f4be7bb23
3 changed files with 8 additions and 8 deletions

View file

@ -90,7 +90,7 @@ play {
// per protobuf-gradle-plugin docs, this is recommended for android
protobuf {
protoc {
artifact = 'com.google.protobuf:protoc:3.13.0'
artifact = 'com.google.protobuf:protoc:3.15.3'
}
generateProtoTasks {
all().each { task ->
@ -145,7 +145,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.14.0')
implementation ('com.google.protobuf:protobuf-java:3.15.3')
// For UART access
// implementation 'com.google.android.things:androidthings:1.0'
@ -158,7 +158,7 @@ dependencies {
implementation 'com.squareup.okhttp3:okhttp:4.9.0'
// location services
implementation 'com.google.android.gms:play-services-location:17.1.0'
implementation 'com.google.android.gms:play-services-location:18.0.0'
// For Google Sign-In (owner name accesss)
implementation 'com.google.android.gms:play-services-auth:19.0.0'