This repository was archived by the owner on Jun 14, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,11 +3,11 @@ apply plugin: 'kotlin-android'
33apply plugin : ' kotlin-android-extensions'
44
55android {
6- compileSdkVersion 29
6+ compileSdkVersion 30
77 defaultConfig {
88 applicationId " com.google.firebase.ml.md"
99 minSdkVersion 19
10- targetSdkVersion 29
10+ targetSdkVersion 30
1111 versionCode 1
1212 versionName " 1.0"
1313 testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
@@ -40,16 +40,16 @@ dependencies {
4040 implementation ' com.google.android.material:material:1.1.0'
4141 implementation " android.arch.lifecycle:extensions:1.1.1"
4242 implementation " androidx.annotation:annotation:1.1.0"
43- implementation " androidx.core:core-ktx:1.2 .0"
43+ implementation " androidx.core:core-ktx:1.3 .0"
4444 implementation " androidx.lifecycle:lifecycle-viewmodel-ktx:2.2.0"
4545 implementation ' androidx.preference:preference:1.1.1'
46- implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.71 "
46+ implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.72 "
4747
4848 // MLKit Dependencies
49- implementation ' com.google.firebase:firebase-ml-vision:24.0.2 '
50- implementation ' com.google.firebase:firebase-ml-vision-object-detection-model:19.0.4 '
49+ implementation ' com.google.firebase:firebase-ml-vision:24.0.3 '
50+ implementation ' com.google.firebase:firebase-ml-vision-object-detection-model:19.0.5 '
5151
52- api ' com.google.guava:guava:28.2 -jre'
52+ api ' com.google.guava:guava:29.0 -jre'
5353}
5454
5555apply plugin : ' com.google.gms.google-services'
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ buildscript {
77
88 }
99 dependencies {
10- classpath ' com.android.tools.build:gradle:3.6.3 '
10+ classpath ' com.android.tools.build:gradle:4.0.0 '
1111 classpath ' com.google.gms:google-services:4.3.3' // google-services plugin
1212 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.72"
1313 }
You can’t perform that action at this time.
0 commit comments