|
2 | 2 | minSdk = "26"
|
3 | 3 | targetSdk = "34"
|
4 | 4 | compileSdk = "35"
|
5 |
| -agp = "8.8.0" |
| 5 | +agp = "8.10.0" |
6 | 6 | kotlin = "2.1.20"
|
7 | 7 | ksp = "2.1.20-1.0.32"
|
8 |
| -ktlint = "12.1.2" |
| 8 | +ktlint = "12.2.0" |
9 | 9 | kotlinx-serialization = "1.8.1"
|
10 |
| -hilt = "2.54" |
| 10 | +hilt = "2.56.2" |
11 | 11 | hilt-androidx = "1.2.0"
|
12 |
| -core-ktx = "1.15.0" |
| 12 | +core-ktx = "1.16.0" |
13 | 13 | splashscreen = "1.0.1"
|
14 | 14 | junit = "4.13.2"
|
15 | 15 | robolectric = "4.14.1"
|
16 |
| -roborazzi = "1.38.0" |
17 |
| -okio = "3.9.1" |
18 |
| -mockk = "1.13.14" |
| 16 | +roborazzi = "1.43.1" |
| 17 | +okio = "3.11.0" |
| 18 | +mockk = "1.14.2" |
19 | 19 | assertk = "0.28.1"
|
20 | 20 | turbine = "1.2.0"
|
21 | 21 | androidx-test-ext-junit = "1.2.1"
|
22 | 22 | androidx-test-runner = "1.6.2"
|
23 | 23 | androidx-test-core = "1.6.1"
|
24 | 24 | androidx-annotations = "1.9.1"
|
25 | 25 | espresso-core = "3.6.1"
|
26 |
| -lifecycle-runtime = "2.8.7" |
27 |
| -activity-compose = "1.9.3" |
28 |
| -compose-bom = "2024.12.01" |
29 |
| -compose-htmlconverter = "1.0.2" |
| 26 | +lifecycle-runtime = "2.9.0" |
| 27 | +activity-compose = "1.10.1" |
| 28 | +compose-bom = "2025.05.00" |
| 29 | +compose-htmlconverter = "1.0.4" |
30 | 30 | kmpalette = "3.1.0"
|
31 | 31 | lyricist = "1.7.0"
|
32 |
| -navigation = "2.8.5" |
33 |
| -molecule = "2.0.0" |
34 |
| -media3 = "1.5.1" |
| 32 | +navigation = "2.9.0" |
| 33 | +molecule = "2.1.0" |
| 34 | +media3 = "1.6.1" |
35 | 35 | coroutines = "1.10.1"
|
36 |
| -workmanager = "2.10.0" |
37 |
| -coil = "3.0.4" |
38 |
| -ktor = "3.0.3" |
| 36 | +workmanager = "2.10.1" |
| 37 | +coil = "3.1.0" |
| 38 | +ktor = "3.1.3" |
39 | 39 | result = "2.0.1"
|
40 |
| -xmlutil = "0.90.3" |
| 40 | +xmlutil = "0.91.0" |
41 | 41 | kermit = "2.0.5"
|
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 | 45 | sqldelight = "2.0.2"
|
46 | 46 | sqlite-jdbc = "3.18.0" # sqlite version used in Android API level 26 (our minSdk)
|
47 | 47 | google-services = "4.4.2"
|
48 |
| -firebase-bom = "33.7.0" |
49 |
| -crashlytics = "3.0.2" |
| 48 | +firebase-bom = "33.13.0" |
| 49 | +crashlytics = "3.0.3" |
50 | 50 | leakcanary = "3.0-alpha-8"
|
51 |
| -datastore = "1.1.1" |
52 |
| -aboutlibraries = "11.2.3" |
53 |
| -appversioning = "1.3.2" |
| 51 | +datastore = "1.1.6" |
| 52 | +aboutlibraries = "12.1.2" |
| 53 | +appversioning = "1.4.0" |
54 | 54 | gpp = "3.12.1"
|
55 | 55 | uiautomator = "2.3.0"
|
56 |
| -benchmarkMacroJunit4 = "1.3.3" |
57 |
| -baselineprofile = "1.3.3" |
| 56 | +benchmarkMacroJunit4 = "1.3.4" |
| 57 | +baselineprofile = "1.3.4" |
58 | 58 | profileinstaller = "1.4.1"
|
59 | 59 |
|
60 | 60 | [libraries]
|
|
0 commit comments