22lightningkmp = " 1.10.8"
33secp256k1 = " 0.19.0" # keep in check with lightning-kmp secp version
44
5- kotlin = " 2.1 .10"
5+ kotlin = " 2.2 .10"
66ktor = " 3.1.0"
7- sqldelight = " 2.0.2 "
8- okio = " 3.8 .0"
7+ sqldelight = " 2.1.0 "
8+ okio = " 3.15 .0"
99
1010# iOS
11- skie = " 0.10.5 "
11+ skie = " 0.10.6 "
1212
1313# Android
1414androidx-junit = " 1.1.3"
15- androidx-corektx = " 1.13.1 "
16- androidx-appcompat = " 1.7.0 "
17- androidx-lifecycle = " 2.8.7 "
15+ androidx-corektx = " 1.17.0 "
16+ androidx-appcompat = " 1.7.1 "
17+ androidx-lifecycle = " 2.9.4 "
1818
1919androidx-biometrics = " 1.1.0"
20- androidx-datastore = " 1.1.2 "
21- androidx-workmanager = " 2.9.1 "
20+ androidx-datastore = " 1.1.7 "
21+ androidx-workmanager = " 2.10.5 "
2222
23- androidx-compose-common = " 1.8.0 "
24- androidx-compose-navigation = " 2.8.7 "
23+ androidx-compose-common = " 1.9.3 "
24+ androidx-compose-navigation = " 2.9.5 "
2525androidx-compose-constraintlayout = " 1.1.0"
2626androidx-compose-material3 = " 1.3.1"
2727accompanist = " 0.30.1"
2828
29- slf4j = " 2.0.16"
29+ androidx-camera = " 1.5.1"
30+
31+ slf4j = " 2.0.17"
3032zxing = " 3.5.3"
3133logback = " 3.0.0"
3234
33- fcm = " 24.1.0 "
34- playservices = " 18.5 .0"
35+ fcm = " 25.0.1 "
36+ playservices = " 18.9 .0"
3537
36- junit = " 4.13"
37- espresso = " 3.3 .0"
38+ junit = " 4.13.2 "
39+ espresso = " 3.7 .0"
3840robolectric = " 4.13"
39- agp = " 8.12.2 "
41+ agp = " 8.12.3 "
4042
4143[libraries ]
4244agp = { module = " com.android.tools.build:gradle" , version.ref = " agp" }
4345kgp = { module = " org.jetbrains.kotlin:kotlin-gradle-plugin" , version.ref = " kotlin" }
4446serialization = { module = " org.jetbrains.kotlin:kotlin-serialization" , version.ref = " kotlin" }
4547sqldelight-plugin = { group = " app.cash.sqldelight" , name = " gradle-plugin" , version.ref = " sqldelight" }
46- fcm-plugin = { module = " com.google.gms:google-services" , version = " 4.4.2 " }
48+ fcm-plugin = { module = " com.google.gms:google-services" , version = " 4.4.4 " }
4749
4850[plugins ]
4951compose = { id = " org.jetbrains.kotlin.plugin.compose" , version.ref = " kotlin" }
0 commit comments