From fc5ce7c2c69153bbdcbaeb90a3385f7190d27942 Mon Sep 17 00:00:00 2001 From: Mike Cumings Date: Fri, 17 Jun 2022 09:55:04 -0700 Subject: [PATCH] Bump protobuf-gradle-plugin to 0.8.18 and protoc to 3.21.1 --- app/build.gradle | 4 ++-- build.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 0088725a..7a6d92c6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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' diff --git a/build.gradle b/build.gradle index e3e8a221..fd085748 100644 --- a/build.gradle +++ b/build.gradle @@ -26,7 +26,7 @@ buildscript { classpath 'com.google.firebase:firebase-crashlytics-gradle:2.8.1' // protobuf plugin - docs here https://github.com/google/protobuf-gradle-plugin - classpath 'com.google.protobuf:protobuf-gradle-plugin:0.8.17' + classpath 'com.google.protobuf:protobuf-gradle-plugin:0.8.18' //classpath "app.brant:amazonappstorepublisher:0.1.0" classpath 'com.github.triplet.gradle:play-publisher:2.8.0'