11[versions ]
22# # SDK Versions
33android-minSdk = " 24"
4- android-targetSdk = " 35 "
5- android-compileSdk = " 35 "
6- configurationAnnotations = " 0.10.4 "
4+ android-targetSdk = " 36 "
5+ android-compileSdk = " 36 "
6+ configurationAnnotations = " 0.10.6 "
77dokkaBase = " 2.0.0"
88gradleDownloadTask = " 5.6.0"
99java = " 17"
1010idea = " 243.22562.218" # Meerkat | 2024.3.1 (see https://plugins.jetbrains.com/docs/intellij/android-studio-releases-list.html)
1111
1212# Dependencies
13- kermit = " 2.0.6 "
14- kotlin = " 2.2.0 "
13+ kermit = " 2.0.8 "
14+ kotlin = " 2.2.10 "
1515coroutines = " 1.10.2"
1616kotlinx-datetime = " 0.7.1"
1717kotlinx-io = " 0.8.0"
@@ -21,44 +21,44 @@ powersync-core = "0.4.4"
2121sqlite-jdbc = " 3.50.3.0"
2222sqliter = " 1.3.3"
2323turbine = " 1.2.1"
24- kotest = " 5.9.1"
24+ kotest = " 5.9.1" # we can't upgrade to 6.x because that requires Java 11 or above (we need Java 8 support)
2525
2626sqlDelight = " 2.1.0"
2727stately = " 2.1.0"
2828supabase = " 3.2.2"
2929junit = " 4.13.2"
3030
3131compose = " 1.8.2" # This is for the multiplatform compose
32- androidCompose = " 2025.07 .00"
33- compose-preview = " 1.8.3 "
34- compose-lifecycle = " 2.9.1 "
32+ androidCompose = " 2025.08 .00"
33+ compose-preview = " 1.9.9 "
34+ compose-lifecycle = " 2.9.2 "
3535androidxSqlite = " 2.5.2"
3636androidxSplashscreen = " 1.0.1"
3737
3838# plugins
39- android-gradle-plugin = " 8.11 .1"
40- skie = " 0.10.5 "
39+ android-gradle-plugin = " 8.12 .1"
40+ skie = " 0.10.6 "
4141maven-publish = " 0.34.0"
4242download-plugin = " 5.6.0"
4343grammarkit-composer = " 0.1.12"
4444mokkery = " 2.9.0"
45- kotlinter = " 5.1.1 "
45+ kotlinter = " 5.2.0 "
4646keeper = " 0.16.1"
4747atomicfu = " 0.29.0"
4848buildKonfig = " 0.17.1"
4949
5050# Sample - Android
51- androidx-core = " 1.16 .0"
51+ androidx-core = " 1.17 .0"
5252androidx-activity-compose = " 1.10.1"
5353materialIconsExtended = " 1.7.8"
5454
5555androidx-appcompat = " 1.7.1"
56- androidx-espresso-core = " 3.6.1 "
56+ androidx-espresso-core = " 3.7.0 "
5757androidx-lifecycle = " 2.9.2"
5858androidx-material = " 1.12.0"
59- androidx-test-runner = " 1.6.2 "
60- androidx-test-rules = " 1.6.1 "
61- junitVersion = " 1.2.1 "
59+ androidx-test-runner = " 1.7.0 "
60+ androidx-test-rules = " 1.7.0 "
61+ junitVersion = " 1.3.0 "
6262koin-bom = " 4.1.0"
6363
6464[libraries ]
0 commit comments