Save each game for Debugging

This commit is contained in:
Christian Basler
2025-05-15 17:39:24 +02:00
parent b05f971ec1
commit d146ae11f7
6 changed files with 57 additions and 16 deletions

View File

@@ -1,14 +1,14 @@
[versions]
agp = "8.9.2"
agp = "8.10.0"
jdk = "21"
android-compileSdk = "35"
android-minSdk = "24"
android-targetSdk = "35"
androidx-activityCompose = "1.10.1"
androidx-compose = "1.7.8"
androidx-compose = "1.8.1"
compose-plugin = "1.7.0"
kotlin = "2.1.0"
coreKtx = "1.15.0"
kotlin = "2.1.21"
coreKtx = "1.16.0"
atrium = "1.2.0"
[libraries]
@@ -19,7 +19,11 @@ kotlin-test = { module = "org.jetbrains.kotlin:kotlin-test", version.ref = "kotl
atrium = { module = "ch.tutteli.atrium:atrium-fluent", version.ref = "atrium" }
androidx-core-ktx = { module = "androidx.core:core-ktx", version.ref = "coreKtx" }
kotlinx-coroutines = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version = "1.10.1" }
logging = { module = "io.github.oshai:kotlin-logging", version = "7.0.0" }
logging-jvm = { module = "io.github.oshai:kotlin-logging-jvm", version = "7.0.7" }
logging-slf4j = { module = "org.slf4j:slf4j-simple", version = "2.0.13" }
[bundles]
logging = [ "logging-jvm", "logging-slf4j" ]
[plugins]
versions = { id = "com.github.ben-manes.versions", version = "0.51.0" }