Upgrade dependencies

This commit is contained in:
Christian Basler
2024-08-26 06:39:52 +02:00
parent e5a0a0adb0
commit dfcbc63419
6 changed files with 9 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
[versions]
agp = "8.3.2"
agp = "8.5.2"
jdk = "11"
android-compileSdk = "34"
android-minSdk = "24"
@@ -17,7 +17,6 @@ androidx-tooling-preview = { module = "androidx.compose.ui:ui-tooling-preview",
androidx-compose-foundation = { module = "androidx.compose.foundation:foundation", version.ref = "androidx-compose" }
kotlin-test = { module = "org.jetbrains.kotlin:kotlin-test", version.ref = "kotlin" }
atrium = { module = "ch.tutteli.atrium:atrium-fluent", version.ref = "atrium" }
atrium-js = { module = "ch.tutteli.atrium:atrium-fluent-js", version.ref = "atrium" }
androidx-core-ktx = { module = "androidx.core:core-ktx", version.ref = "coreKtx" }
logging = { module = "co.touchlab:kermit", version = "2.0.4" }