From 663ac774de5fc5040f2760a2dcaeff43ad126103 Mon Sep 17 00:00:00 2001 From: Kevin Hester Date: Sat, 28 Nov 2020 08:24:32 +0800 Subject: [PATCH] update libs --- app/build.gradle | 4 ++-- build.gradle | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 8341bb9d9..81a005e77 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -147,7 +147,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.13.0') + implementation ('com.google.protobuf:protobuf-java:3.14.0') // For UART access // implementation 'com.google.android.things:androidthings:1.0' @@ -177,7 +177,7 @@ dependencies { // barcode support // per https://github.com/journeyapps/zxing-android-embedded for support of android version 22 implementation('com.journeyapps:zxing-android-embedded:4.1.0') { transitive = false } - implementation 'com.google.zxing:core:3.4.0' + implementation 'com.google.zxing:core:3.4.1' def work_version = '2.4.0' diff --git a/build.gradle b/build.gradle index 443c5418e..f37671e92 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { - ext.kotlin_version = '1.4.10' + ext.kotlin_version = '1.4.20' ext.coroutines_version = "1.3.9" repositories { @@ -21,10 +21,10 @@ buildscript { // Check that you have the Google Services Gradle plugin v4.3.2 or later // (if not, add it). classpath 'com.google.gms:google-services:4.3.4' - classpath 'com.google.firebase:firebase-crashlytics-gradle:2.3.0' + classpath 'com.google.firebase:firebase-crashlytics-gradle:2.4.1' // protobuf plugin - docs here https://github.com/google/protobuf-gradle-plugin - classpath 'com.google.protobuf:protobuf-gradle-plugin:0.8.12' + classpath 'com.google.protobuf:protobuf-gradle-plugin:0.8.14' //classpath "app.brant:amazonappstorepublisher:0.1.0" classpath 'com.github.triplet.gradle:play-publisher:2.8.0'