Skip to content

Commit

Permalink
Bump Kotlin and AndroidX Fragment
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrykMis committed Dec 12, 2022
1 parent f644e83 commit ec4b415
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down Expand Up @@ -356,4 +356,4 @@ android.applicationVariants.all {
}
}
}
}
}
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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<Delete>("clean") {
delete(rootProject.buildDir)
}
}

0 comments on commit ec4b415

Please sign in to comment.