[SHARED] Update libs and Android SDK

This commit is contained in:
Kamil Gurgul
2026-06-16 07:55:20 +02:00
parent 61a73eea87
commit 3940d65eda
2 changed files with 3 additions and 3 deletions
@@ -19,8 +19,8 @@ object AndroidVersions {
const val MIN_SDK = 23
const val WEAR_MIN_SDK = 26
const val TARGET_SDK = 36
const val COMPILE_SDK = 36
const val TARGET_SDK = 37
const val COMPILE_SDK = 37
private const val VERSION_MAJOR = 6
private const val VERSION_MINOR = 7
+1 -1
View File
@@ -29,7 +29,7 @@ horologist = "0.7.15"
imageio = "3.13.1"
jna = "5.19.1"
kermit = "2.1.0"
koin = "4.2.1"
koin = "4.2.2"
kotlin = "2.4.0"
kotlinxBrowser = "0.5.0"
kotlinxCoroutines = "1.11.0"