|
2 | 2 | minSdk = "26" |
3 | 3 | targetSdk = "36" |
4 | 4 | compileSdk = "36" |
5 | | -agp = "8.9.2" |
| 5 | +agp = "8.12.1" |
6 | 6 | kotlin = "2.1.20" |
7 | 7 | ksp = "2.1.20-1.0.32" |
8 | | -ktlint = "12.2.0" |
| 8 | +ktlint = "13.1.0" |
9 | 9 | kotlinx-serialization = "1.8.1" |
10 | | -hilt = "2.56.2" |
| 10 | +hilt = "2.57.1" |
11 | 11 | hilt-androidx = "1.2.0" |
12 | | -core-ktx = "1.16.0" |
| 12 | +core-ktx = "1.17.0" |
13 | 13 | splashscreen = "1.0.1" |
14 | 14 | junit = "4.13.2" |
15 | | -robolectric = "4.14.1" |
16 | | -roborazzi = "1.43.1" |
17 | | -okio = "3.11.0" |
18 | | -mockk = "1.14.2" |
| 15 | +robolectric = "4.16" |
| 16 | +roborazzi = "1.50.0" |
| 17 | +okio = "3.16.0" |
| 18 | +mockk = "1.14.5" |
19 | 19 | assertk = "0.28.1" |
20 | | -turbine = "1.2.0" |
21 | | -androidx-test-ext-junit = "1.2.1" |
22 | | -androidx-test-runner = "1.6.2" |
23 | | -androidx-test-core = "1.6.1" |
| 20 | +turbine = "1.2.1" |
| 21 | +androidx-test-ext-junit = "1.3.0" |
| 22 | +androidx-test-runner = "1.7.0" |
| 23 | +androidx-test-core = "1.7.0" |
24 | 24 | androidx-annotations = "1.9.1" |
25 | | -espresso-core = "3.6.1" |
26 | | -lifecycle-runtime = "2.9.0" |
| 25 | +espresso-core = "3.7.0" |
| 26 | +lifecycle-runtime = "2.9.3" |
27 | 27 | activity-compose = "1.10.1" |
28 | | -compose-bom = "2025.05.00" |
29 | | -compose-htmlconverter = "1.0.4" |
| 28 | +compose-bom = "2025.08.01" |
| 29 | +compose-htmlconverter = "1.1.0" |
30 | 30 | kmpalette = "3.1.0" |
31 | 31 | lyricist = "1.7.0" |
32 | | -navigation = "2.9.0" |
| 32 | +navigation = "2.9.3" |
33 | 33 | molecule = "2.1.0" |
34 | | -media3 = "1.6.1" |
| 34 | +media3 = "1.8.0" |
35 | 35 | coroutines = "1.10.1" |
36 | | -workmanager = "2.10.1" |
37 | | -coil = "3.1.0" |
38 | | -ktor = "3.1.3" |
39 | | -result = "2.0.1" |
40 | | -xmlutil = "0.91.0" |
41 | | -kermit = "2.0.5" |
| 36 | +workmanager = "2.10.3" |
| 37 | +coil = "3.3.0" |
| 38 | +ktor = "3.2.3" |
| 39 | +result = "2.1.0" |
| 40 | +xmlutil = "0.91.2" |
| 41 | +kermit = "2.0.8" |
42 | 42 | # TODO: There is a regression in sqldelight 2.0.2 that causes sqldelight gradle tasks to fail on windows |
43 | 43 | # For more info, See https://github.com/sqldelight/sqldelight/issues/5129, https://github.com/sqldelight/sqldelight/issues/5204, |
44 | 44 | # https://slack-chats.kotlinlang.org/t/23461955/hello-i-started-using-the-sqldelight-libraries-in-my-kmp-pro, https://github.com/sqldelight/sqldelight/issues/5312 |
45 | | -sqldelight = "2.0.1" |
| 45 | +sqldelight = "2.1.0" |
46 | 46 | sqlite-jdbc = "3.18.0" # sqlite version used in Android API level 26 (our minSdk) |
47 | | -google-services = "4.4.2" |
48 | | -firebase-bom = "33.13.0" |
49 | | -crashlytics = "3.0.3" |
| 47 | +google-services = "4.4.3" |
| 48 | +firebase-bom = "34.1.0" |
| 49 | +crashlytics = "3.0.6" |
50 | 50 | leakcanary = "3.0-alpha-8" |
51 | | -datastore = "1.1.1" |
52 | | -aboutlibraries = "12.1.2" |
53 | | -appversioning = "1.4.0" |
| 51 | +datastore = "1.1.7" |
| 52 | +aboutlibraries = "12.2.4" |
| 53 | +appversioning = "1.5.0" |
54 | 54 | gpp = "3.12.1" |
55 | 55 | uiautomator = "2.3.0" |
56 | | -benchmarkMacroJunit4 = "1.3.4" |
57 | | -baselineprofile = "1.3.4" |
| 56 | +benchmarkMacroJunit4 = "1.4.0" |
| 57 | +baselineprofile = "1.4.0" |
58 | 58 | profileinstaller = "1.4.1" |
59 | 59 |
|
60 | 60 | [libraries] |
|
0 commit comments