Skip to content

Commit

Permalink
Update dependency androidx.core:core-ktx to v1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 6, 2023
1 parent eae519d commit 0242cef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/java/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ object Versions {
object Dependencies {
const val kotlinStdlib = "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
const val appCompat = "androidx.appcompat:appcompat:1.1.0"
const val coreKtx = "androidx.core:core-ktx:1.2.0"
const val coreKtx = "androidx.core:core-ktx:1.12.0"
const val constraintLayout = "androidx.constraintlayout:constraintlayout:1.1.3"
const val legacySupport = "androidx.legacy:legacy-support-v4:1.0.0"
const val jUnit = "junit:junit:4.12"
Expand Down

0 comments on commit 0242cef

Please sign in to comment.