Add timer
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
[versions]
|
||||
agp = "8.5.2"
|
||||
jdk = "11"
|
||||
android-compileSdk = "34"
|
||||
agp = "8.8.2"
|
||||
jdk = "21"
|
||||
android-compileSdk = "35"
|
||||
android-minSdk = "24"
|
||||
android-targetSdk = "34"
|
||||
androidx-activityCompose = "1.9.1"
|
||||
androidx-compose = "1.6.8"
|
||||
compose-plugin = "1.6.11"
|
||||
kotlin = "2.0.20"
|
||||
coreKtx = "1.13.1"
|
||||
android-targetSdk = "35"
|
||||
androidx-activityCompose = "1.10.1"
|
||||
androidx-compose = "1.7.8"
|
||||
compose-plugin = "1.7.0"
|
||||
kotlin = "2.1.0"
|
||||
coreKtx = "1.15.0"
|
||||
atrium = "1.2.0"
|
||||
|
||||
[libraries]
|
||||
@@ -18,6 +18,7 @@ androidx-compose-foundation = { module = "androidx.compose.foundation:foundation
|
||||
kotlin-test = { module = "org.jetbrains.kotlin:kotlin-test", version.ref = "kotlin" }
|
||||
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" }
|
||||
|
||||
[plugins]
|
||||
|
||||
Reference in New Issue
Block a user