From aced8293f140c0c2902d26a70cc525455ea6325c Mon Sep 17 00:00:00 2001 From: tom5079 Date: Thu, 21 Apr 2022 16:45:13 +0900 Subject: [PATCH] Dependency Update --- app/build.gradle | 10 +++++----- build.gradle | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 91cc1268..3fb4d63b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -79,13 +79,13 @@ android { dependencies { implementation fileTree(dir: "libs", include: ["*.jar", "*.aar"]) implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8" - implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.0" + implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.1" implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.3.2" implementation "androidx.appcompat:appcompat:1.4.1" implementation "androidx.activity:activity-ktx:1.4.0" - implementation "androidx.fragment:fragment-ktx:1.4.0" - implementation "androidx.preference:preference-ktx:1.1.1" + implementation "androidx.fragment:fragment-ktx:1.4.1" + implementation "androidx.preference:preference-ktx:1.2.0" implementation "androidx.recyclerview:recyclerview:1.2.1" implementation "androidx.constraintlayout:constraintlayout:2.1.3" implementation "androidx.gridlayout:gridlayout:1.0.0" @@ -102,7 +102,7 @@ dependencies { implementation "com.google.firebase:firebase-perf-ktx" implementation "com.google.android.gms:play-services-oss-licenses:17.0.0" - implementation "com.google.android.gms:play-services-mlkit-face-detection:17.0.0" + implementation "com.google.android.gms:play-services-mlkit-face-detection:17.0.1" implementation "com.github.clans:fab:1.6.4" @@ -136,7 +136,7 @@ dependencies { implementation "xyz.quaver:floatingsearchview:1.1.7" testImplementation "junit:junit:4.13.2" - testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:1.6.0" + testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:1.6.1" androidTestImplementation "androidx.test.ext:junit:1.1.3" androidTestImplementation "androidx.test:rules:1.4.0" androidTestImplementation "androidx.test:runner:1.4.0" diff --git a/build.gradle b/build.gradle index ef23fcaa..57fa440b 100644 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ buildscript { // in the individual module build.gradle files classpath "com.google.firebase:firebase-crashlytics-gradle:2.8.1" classpath "com.google.firebase:perf-plugin:1.4.1" - classpath "com.google.android.gms:oss-licenses-plugin:0.10.4" + classpath "com.google.android.gms:oss-licenses-plugin:0.10.5" } }