|
1 | 1 | [versions]
|
2 |
| -agp = "8.4.1" |
3 |
| -kotlin = "2.0.0" |
| 2 | +agp = "8.9.1" |
| 3 | +kotlin = "2.1.20" |
4 | 4 | java = "1.8"
|
5 | 5 |
|
6 |
| -sdk-compile = "34" |
| 6 | +sdk-compile = "35" |
7 | 7 | sdk-min = "21"
|
8 |
| -sdk-target = "34" |
| 8 | +sdk-target = "35" |
9 | 9 | ndk = "26.3.11579264"
|
10 | 10 |
|
11 |
| -androidx-annotation = "1.8.0" |
| 11 | +androidx-annotation = "1.9.1" |
12 | 12 | androidx-appcompat = "1.7.0"
|
13 |
| -androidx-constraintlayout = "2.1.4" |
14 |
| -androidx-core = "1.13.1" |
15 |
| -androidx-fragment = "1.7.1" |
| 13 | +androidx-constraintlayout = "2.2.1" |
| 14 | +androidx-core = "1.15.0" |
| 15 | +androidx-fragment = "1.8.6" |
16 | 16 | androidx-preference = "1.2.1"
|
17 |
| -androidx-recyclerview = "1.3.2" |
| 17 | +androidx-recyclerview = "1.4.0" |
18 | 18 | androidx-swiperefreshlayout = "1.1.0"
|
19 | 19 |
|
20 | 20 | checkstyle = "10.17.0"
|
21 |
| -commons-lang = "3.14.0" |
22 |
| -commons-text = "1.12.0" |
| 21 | +commons-lang = "3.17.0" |
| 22 | +commons-text = "1.13.0" |
23 | 23 | google-flexbox = "3.0.0"
|
24 | 24 | google-material = "1.12.0"
|
25 |
| -jackson = "2.17.1" |
26 |
| -jdk-desugar = "2.0.4" |
27 |
| -kotlinx-datetime = "0.6.0" |
28 |
| -kotlinx-serialization = "1.6.3" |
29 |
| -media3 = "1.3.1" |
| 25 | +jackson = "2.18.3" |
| 26 | +jdk-desugar = "2.1.5" |
| 27 | +kotlinx-datetime = "0.6.2" |
| 28 | +kotlinx-serialization = "1.8.0" |
| 29 | +media3 = "1.6.0" |
30 | 30 | netcipher = "2.1.0"
|
31 | 31 | okhttp = "4.12.0"
|
32 | 32 | pmd = "6.55.0"
|
33 |
| -zstd = "1.5.6-3" |
| 33 | +zstd = "1.5.7-2" |
34 | 34 |
|
35 | 35 | junit = "4.13.2"
|
36 |
| -androidx-test-core = "1.5.0" |
37 |
| -androidx-test-espresso = "3.5.1" |
38 |
| -androidx-test-rules = "1.5.0" |
39 |
| -androidx-test-junit = "1.1.5" |
| 36 | +androidx-test-core = "1.6.1" |
| 37 | +androidx-test-espresso = "3.6.1" |
| 38 | +androidx-test-rules = "1.6.1" |
| 39 | +androidx-test-junit = "1.2.1" |
40 | 40 |
|
41 |
| -compose-bom = "2024.06.00" |
42 |
| -androidx-compose-constraintlayout = "1.0.1" |
| 41 | +compose-bom = "2025.03.01" |
| 42 | +androidx-compose-constraintlayout = "1.1.1" |
43 | 43 |
|
44 | 44 | [libraries]
|
45 | 45 | androidx-annotation = { module = "androidx.annotation:annotation", version.ref = "androidx-annotation" }
|
@@ -80,7 +80,7 @@ androidx-compose-runtime = { module = "androidx.compose.runtime:runtime" }
|
80 | 80 | androidx-compose-ui = { module = "androidx.compose.ui:ui" }
|
81 | 81 | androidx-compose-ui-graphics = { module = "androidx.compose.ui:ui-graphics" }
|
82 | 82 | androidx-compose-ui-tooling = { module = "androidx.compose.ui:ui-tooling" }
|
83 |
| -androidx-compose-constraintlayout = { module = "androidx.constraintlayout:constraintlayout-compose", version.ref="androidx-compose-constraintlayout" } |
| 83 | +androidx-compose-constraintlayout = { module = "androidx.constraintlayout:constraintlayout-compose", version.ref = "androidx-compose-constraintlayout" } |
84 | 84 |
|
85 | 85 | [plugins]
|
86 | 86 | android-application = { id = "com.android.application", version.ref = "agp" }
|
|
0 commit comments