Compare commits

...

3 Commits

2 changed files with 1 additions and 2 deletions

View File

@@ -47,7 +47,6 @@ android {
}
dependencies {
implementation(libs.androidx.core.ktx)
implementation(libs.androidx.lifecycle.runtime.ktx)
implementation(libs.androidx.activity.compose)

View File

@@ -1,5 +1,5 @@
[versions]
agp = "8.7.3"
agp = "8.11.1"
kotlin = "1.9.0"
coreKtx = "1.10.1"
junit = "4.13.2"