File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,6 @@ android {
7777
7878dependencies {
7979 implementation(libs.androidx.work.runtime.ktx)
80- implementation(libs.androidx.core)
8180 val composeBom = platform(libs.androidx.compose.bom)
8281 implementation(composeBom)
8382 androidTestImplementation(composeBom)
Original file line number Diff line number Diff line change @@ -50,7 +50,6 @@ targetSdk = "34"
5050version-catalog-update = " 0.8.4"
5151wearComposeFoundation = " 1.4.0"
5252wearComposeMaterial = " 1.4.0"
53- core = " 1.13.0"
5453
5554[libraries ]
5655accompanist-adaptive = { module = " com.google.accompanist:accompanist-adaptive" , version.ref = " accompanist" }
@@ -128,7 +127,6 @@ kotlinx-coroutines-android = { module = "org.jetbrains.kotlinx:kotlinx-coroutine
128127kotlinx-coroutines-test = { module = " org.jetbrains.kotlinx:kotlinx-coroutines-test" , version.ref = " coroutines" }
129128kotlinx-serialization-json = { module = " org.jetbrains.kotlinx:kotlinx-serialization-json" , version.ref = " kotlinxSerializationJson" }
130129play-services-wearable = { module = " com.google.android.gms:play-services-wearable" , version.ref = " playServicesWearable" }
131- androidx-core = { group = " androidx.core" , name = " core" , version.ref = " core" }
132130
133131[plugins ]
134132android-application = { id = " com.android.application" , version.ref = " androidGradlePlugin" }
You can’t perform that action at this time.
0 commit comments