Skip to content

Commit

Permalink
Merge pull request #146 from wbrunette/nine
Browse files Browse the repository at this point in the history
update libraries and gradle config version
  • Loading branch information
wbrunette authored Sep 16, 2019
2 parents 7d30f0e + 784aad3 commit 0a1a834
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
}

Expand Down
8 changes: 4 additions & 4 deletions services_app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
gradle.ext.gradleConfigVersion = 133
gradle.ext.gradleConfigVersion = 134


if (!gradle.ext.has('workspacePath')) {
Expand Down

0 comments on commit 0a1a834

Please sign in to comment.