Skip to content
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.

Commit

Permalink
Merge branch 'master' into task/#8
Browse files Browse the repository at this point in the history
  • Loading branch information
alistairsykes committed Apr 1, 2019
2 parents 8cefe11 + 5bacb27 commit 8400d30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation 'com.google.android.material:material:1.0.0'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
implementation 'com.google.firebase:firebase-core:16.0.7'
implementation 'com.google.firebase:firebase-core:16.0.8'
implementation 'androidx.lifecycle:lifecycle-extensions:2.0.0'

kapt 'androidx.lifecycle:lifecycle-compiler:2.0.0'
Expand Down
2 changes: 1 addition & 1 deletion kbarcode/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ android {
dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation 'com.jakewharton.timber:timber:4.7.1'
implementation 'com.google.firebase:firebase-ml-vision:19.0.2'
implementation 'com.google.firebase:firebase-ml-vision:19.0.3'
implementation 'androidx.lifecycle:lifecycle-livedata:2.0.0'

kapt 'androidx.lifecycle:lifecycle-compiler:2.0.0'
Expand Down

0 comments on commit 8400d30

Please sign in to comment.