Skip to content

Commit

Permalink
Fix multidex
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesa2 committed Jul 19, 2020
1 parent eff7fad commit 7c50687
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions android/automl/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ dependencies {
implementation 'com.google.mlkit:image-labeling-automl:16.1.0'
implementation 'com.google.mlkit:linkfirebase:16.0.0'

implementation 'androidx.multidex:multidex:2.0.1'
// -------------------------------------------------------

implementation 'com.google.code.gson:gson:2.8.5'
Expand Down
1 change: 1 addition & 0 deletions android/vision-quickstart/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ repositories {

dependencies {
implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.72'
implementation 'androidx.multidex:multidex:2.0.1'

// Barcode model
implementation 'com.google.mlkit:barcode-scanning:16.0.1'
Expand Down

0 comments on commit 7c50687

Please sign in to comment.