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 d8b58b4 commit e426980Copy full SHA for e426980
sampleapp/build.gradle.kts
@@ -51,7 +51,7 @@ android {
51
52
dependencies {
53
implementation(project(":android"))
54
- implementation("androidx.core:core-ktx:1.7.0")
+ implementation("androidx.core:core-ktx:1.15.0")
55
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.6.1")
56
implementation("androidx.activity:activity-compose:1.3.0")
57
implementation(platform("androidx.compose:compose-bom:2022.10.00"))
0 commit comments