Merge pull request #447 from mcumings/protobump

Bump protobuf-gradle-plugin to 0.8.18 and protoc to 3.21.1
This commit is contained in:
Andre Kirchhoff 2022-06-17 14:28:24 -03:00 committed by GitHub
commit b4b9bebe20
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -106,7 +106,7 @@ play {
// per protobuf-gradle-plugin docs, this is recommended for android // per protobuf-gradle-plugin docs, this is recommended for android
protobuf { protobuf {
protoc { protoc {
artifact = 'com.google.protobuf:protoc:3.15.3' artifact = 'com.google.protobuf:protoc:3.21.1'
} }
generateProtoTasks { generateProtoTasks {
all().each { task -> all().each { task ->
@ -160,7 +160,7 @@ dependencies {
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutines_version" implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutines_version"
// For now I'm not using javalite, because I want JSON printing // 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 // For UART access
// implementation 'com.google.android.things:androidthings:1.0' // implementation 'com.google.android.things:androidthings:1.0'

View file

@ -26,7 +26,7 @@ buildscript {
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.8.1' classpath 'com.google.firebase:firebase-crashlytics-gradle:2.8.1'
// protobuf plugin - docs here https://github.com/google/protobuf-gradle-plugin // 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 "app.brant:amazonappstorepublisher:0.1.0"
classpath 'com.github.triplet.gradle:play-publisher:2.8.0' classpath 'com.github.triplet.gradle:play-publisher:2.8.0'