We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eae519d commit 1af960bCopy full SHA for 1af960b
buildSrc/src/main/java/Dependencies.kt
@@ -18,7 +18,7 @@ object Versions {
18
object Dependencies {
19
const val kotlinStdlib = "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
20
const val appCompat = "androidx.appcompat:appcompat:1.1.0"
21
- const val coreKtx = "androidx.core:core-ktx:1.2.0"
+ const val coreKtx = "androidx.core:core-ktx:1.15.0"
22
const val constraintLayout = "androidx.constraintlayout:constraintlayout:1.1.3"
23
const val legacySupport = "androidx.legacy:legacy-support-v4:1.0.0"
24
const val jUnit = "junit:junit:4.12"
0 commit comments