From ec4b415ba0bf8ba7184a1423fc714b0ef2a19944 Mon Sep 17 00:00:00 2001 From: Patryk Mis Date: Mon, 12 Dec 2022 04:25:46 +0100 Subject: [PATCH] Bump Kotlin and AndroidX Fragment --- app/build.gradle.kts | 4 ++-- build.gradle.kts | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 5a612972d..2407f2f58 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -163,7 +163,7 @@ dependencies { implementation("androidx.appcompat:appcompat:1.5.1") implementation("androidx.core:core-ktx:1.9.0") implementation("androidx.documentfile:documentfile:1.0.1") - implementation("androidx.fragment:fragment-ktx:1.5.4") + implementation("androidx.fragment:fragment-ktx:1.5.5") implementation("androidx.preference:preference-ktx:1.2.0") implementation("com.google.android.material:material:1.7.0") testImplementation("junit:junit:4.13.2") @@ -356,4 +356,4 @@ android.applicationVariants.all { } } } -} \ No newline at end of file +} diff --git a/build.gradle.kts b/build.gradle.kts index ab8ebe24a..e82ddb774 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -2,9 +2,9 @@ plugins { id("com.android.application") version "7.3.1" apply false id("com.android.library") version "7.3.1" apply false - id("org.jetbrains.kotlin.android") version "1.7.21" apply false + id("org.jetbrains.kotlin.android") version "1.7.22" apply false } task("clean") { delete(rootProject.buildDir) -} \ No newline at end of file +}