File tree Expand file tree Collapse file tree 7 files changed +9
-9
lines changed
digit_classifier/android/app
gesture_classification/android/app
image_classification/android/app
image_segmentation/android/app
model_personalization/android/app
style_transfer/android/app Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ apply from: 'download_models.gradle'
5050
5151dependencies {
5252 // Kotlin lang
53- implementation ' androidx.core:core-ktx:1.8 .0'
53+ implementation ' androidx.core:core-ktx:1.15 .0'
5454
5555 // App compat and UI things
5656 implementation ' androidx.appcompat:appcompat:1.4.2'
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ apply from: 'download_models.gradle'
5050dependencies {
5151
5252 // Kotlin lang
53- implementation ' androidx.core:core-ktx:1.8 .0'
53+ implementation ' androidx.core:core-ktx:1.15 .0'
5454
5555 // App compat and UI things
5656 implementation ' androidx.appcompat:appcompat:1.5.0'
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ apply from: 'download_models.gradle'
6868dependencies {
6969
7070 // Kotlin lang
71- implementation ' androidx.core:core-ktx:1.8 .0'
71+ implementation ' androidx.core:core-ktx:1.15 .0'
7272
7373 // App compat and UI things
7474 implementation ' androidx.appcompat:appcompat:1.5.0'
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ apply from: 'download_models.gradle'
7171dependencies {
7272
7373 // Kotlin lang
74- implementation ' androidx.core:core-ktx:1.8 .0'
74+ implementation ' androidx.core:core-ktx:1.15 .0'
7575
7676 // App compat and UI things
7777 implementation ' androidx.appcompat:appcompat:1.4.2'
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ apply from: 'download_models.gradle'
5151
5252dependencies {
5353 // Kotlin lang
54- implementation ' androidx.core:core-ktx:1.8 .0'
54+ implementation ' androidx.core:core-ktx:1.15 .0'
5555
5656 // App compat and UI things
5757 implementation ' androidx.appcompat:appcompat:1.4.2'
Original file line number Diff line number Diff line change @@ -68,8 +68,8 @@ apply from: 'download_models.gradle'
6868dependencies {
6969
7070 // Kotlin lang
71- implementation ' androidx.core:core-ktx:1.8 .0'
72- implementation " androidx.fragment:fragment-ktx:1.4.1 "
71+ implementation ' androidx.core:core-ktx:1.15 .0'
72+ implementation " androidx.fragment:fragment-ktx:1.8.5 "
7373
7474 // App compat and UI things
7575 implementation ' androidx.appcompat:appcompat:1.5.0'
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ apply from: 'download_model.gradle'
5555dependencies {
5656
5757 // Kotlin lang
58- implementation ' androidx.core:core-ktx:1.8 .0'
58+ implementation ' androidx.core:core-ktx:1.15 .0'
5959
6060 // App compat and UI things
6161 implementation ' androidx.appcompat:appcompat:1.5.1'
@@ -100,4 +100,4 @@ dependencies {
100100 implementation ' org.tensorflow:tensorflow-lite-gpu:2.9.0'
101101 implementation ' org.tensorflow:tensorflow-lite-support:0.4.2'
102102 implementation ' org.tensorflow:tensorflow-lite-select-tf-ops:2.9.0'
103- }
103+ }
You can’t perform that action at this time.
0 commit comments