From 784aad3b76a4873191d68baaaf7e8977363b419a Mon Sep 17 00:00:00 2001 From: wbrunette Date: Sun, 15 Sep 2019 17:10:53 -0700 Subject: [PATCH] update libraries and gradle config version --- build.gradle | 2 +- services_app/build.gradle | 8 ++++---- settings.gradle | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/build.gradle b/build.gradle index 4e4ce57a3..76800aea7 100644 --- a/build.gradle +++ b/build.gradle @@ -11,7 +11,7 @@ buildscript { classpath 'com.android.tools.build:gradle:3.5.0' classpath 'io.fabric.tools:gradle:1.31.0' classpath 'org.jfrog.buildinfo:build-info-extractor-gradle:4.9.8' - classpath 'com.google.gms:google-services:4.3.1' + classpath 'com.google.gms:google-services:4.3.2' } } diff --git a/services_app/build.gradle b/services_app/build.gradle index b6f7d386f..c6b91b2b6 100644 --- a/services_app/build.gradle +++ b/services_app/build.gradle @@ -118,15 +118,15 @@ dependencies { implementation fileTree(include: '*.jar', dir: 'libs') implementation 'androidx.annotation:annotation:1.1.0' implementation 'androidx.legacy:legacy-support-v4:1.0.0' - implementation 'androidx.appcompat:appcompat:1.0.2' - implementation 'androidx.preference:preference:1.0.0' - implementation 'com.google.firebase:firebase-core:17.1.0' + implementation 'androidx.appcompat:appcompat:1.1.0' + implementation 'androidx.preference:preference:1.1.0' + implementation 'com.google.firebase:firebase-core:17.2.0' implementation('com.crashlytics.sdk.android:crashlytics:2.10.1@aar') { transitive = true; } implementation 'androidx.multidex:multidex:2.0.1' - implementation 'androidx.lifecycle:lifecycle-extensions:2.0.0' + implementation 'androidx.lifecycle:lifecycle-extensions:2.1.0' implementation group: 'com.google.zxing', name: 'core', version: '3.3.0' implementation group: 'com.journeyapps', name: 'zxing-android-embedded', version: '3.5.0' diff --git a/settings.gradle b/settings.gradle index 7e90180d0..087fffe2e 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,4 +1,4 @@ -gradle.ext.gradleConfigVersion = 133 +gradle.ext.gradleConfigVersion = 134 if (!gradle.ext.has('workspacePath')) {