From 2b10b60233c29091e7eaa1cd3375f2a7ce78291b Mon Sep 17 00:00:00 2001 From: Andrew Gunnerson Date: Fri, 23 Jun 2023 17:18:29 -0400 Subject: [PATCH] Update kotlin and fragment-ktx dependencies Signed-off-by: Andrew Gunnerson --- app/build.gradle.kts | 2 +- build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index a93d9e2..52e1b6a 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -186,7 +186,7 @@ dependencies { implementation("androidx.activity:activity-ktx:1.7.2") implementation("androidx.appcompat:appcompat:1.6.1") implementation("androidx.core:core-ktx:1.10.1") - implementation("androidx.fragment:fragment-ktx:1.5.7") + implementation("androidx.fragment:fragment-ktx:1.6.0") implementation("androidx.preference:preference-ktx:1.2.0") implementation("androidx.security:security-crypto:1.1.0-alpha06") implementation("com.google.android.material:material:1.9.0") diff --git a/build.gradle.kts b/build.gradle.kts index d10b178..abb013b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,7 +1,7 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { id("com.android.application") version "8.0.2" apply false - id("org.jetbrains.kotlin.android") version "1.8.20" apply false + id("org.jetbrains.kotlin.android") version "1.8.22" apply false } task("clean") {