|
1 | 1 | [versions] |
| 2 | +compose-bom = "2025.01.01" |
2 | 3 | kotlin = "2.1.0" |
3 | 4 | ksp = "2.1.0-1.0.29" |
4 | 5 | ktx = "2.8.6" |
5 | 6 | gradle = "8.8.0" |
6 | 7 | hawk = "2.0.1" |
7 | | -joda-time = "2.12.2" |
| 8 | +joda-time = "2.12.7" |
8 | 9 |
|
9 | 10 | junit = "4.13.2" |
10 | | -junit-ext = "1.1.5" |
| 11 | +junit-ext = "1.2.1" |
11 | 12 |
|
12 | 13 | logger = "2.2.0" |
| 14 | +material3 = "1.3.1" |
13 | 15 | mockinizer = "1.6.0" |
14 | | -mockk = "1.13.4" |
15 | | -mockwebserver = "4.10.0" |
| 16 | +mockk = "1.13.12" |
| 17 | +mockwebserver = "4.12.0" |
16 | 18 | multidex = "2.0.1" |
17 | 19 |
|
18 | | -room = "2.6.0" |
19 | | -gson = "2.10.1" |
20 | | -retrofit = "2.9.0" |
21 | | -okhttp = "4.10.0" |
22 | | -core-ktx = "1.12.0" |
23 | | -material = "1.10.0" |
24 | | -lifecycle = "2.6.2" |
25 | | -appcompat = "1.6.1" |
| 20 | +room = "2.6.1" |
| 21 | +gson = "2.11.0" |
| 22 | +retrofit = "2.11.0" |
| 23 | +okhttp = "4.12.0" |
| 24 | +core-ktx = "1.15.0" |
| 25 | +material = "1.12.0" |
| 26 | +lifecycle = "2.8.7" |
| 27 | +appcompat = "1.7.0" |
26 | 28 |
|
27 | | -startup-runtime = "1.1.1" |
| 29 | +startup-runtime = "1.2.0" |
28 | 30 | swiperefreshlayout = "1.1.0" |
29 | | -test-runner = "1.5.2" |
30 | | -espresso-core = "3.5.1" |
| 31 | +test-runner = "1.6.2" |
| 32 | +espresso-core = "3.6.1" |
31 | 33 |
|
32 | | -constraintlayout = "2.1.4" |
33 | | -paging-runtime = "3.2.1" |
| 34 | +constraintlayout = "2.2.0" |
| 35 | +paging-runtime = "3.3.5" |
34 | 36 | easyimage = "3.2.0" |
35 | 37 | customactivityoncrash = "2.4.0" |
36 | | -navigation = "2.7.4" |
37 | | -glide = "4.15.1" |
| 38 | +navigation = "2.8.6" |
| 39 | +glide = "4.16.0" |
38 | 40 | material-dialogs = "3.3.0" |
39 | 41 | zelory-compressor = "3.0.1" |
40 | 42 |
|
41 | 43 | [libraries] |
| 44 | +compose-bom = { module = "androidx.compose:compose-bom", version.ref = "compose-bom" } |
42 | 45 | hawk = { module = "com.orhanobut:hawk", version.ref = "hawk" } |
43 | 46 | joda-time = { module = "joda-time:joda-time", version.ref = "joda-time" } |
44 | 47 |
|
45 | 48 | junit = { module = "junit:junit", version.ref = "junit" } |
46 | 49 | junit-ext = { module = "androidx.test.ext:junit", version.ref = "junit-ext" } |
47 | 50 |
|
48 | 51 | logger = { module = "com.orhanobut:logger", version.ref = "logger" } |
| 52 | +material3 = { module = "androidx.compose.material3:material3", version.ref = "material3" } |
49 | 53 | mockinizer = { module = "com.github.donfuxx:Mockinizer", version.ref = "mockinizer" } |
50 | 54 | mockk = { module = "io.mockk:mockk", version.ref = "mockk" } |
51 | 55 | mockwebserver = { module = "com.squareup.okhttp3:mockwebserver", version.ref = "mockwebserver" } |
@@ -92,6 +96,14 @@ constraintlayout = { module = "androidx.constraintlayout:constraintlayout", vers |
92 | 96 | paging-runtime = { module = "androidx.paging:paging-runtime", version.ref = "paging-runtime" } |
93 | 97 | easyimage = { module = "com.github.jkwiecien:EasyImage", version.ref = "easyimage" } |
94 | 98 | customactivityoncrash = { module = "cat.ereza:customactivityoncrash", version.ref = "customactivityoncrash" } |
| 99 | + |
| 100 | +ui = { module = "androidx.compose.ui:ui" } |
| 101 | +ui-graphics = { module = "androidx.compose.ui:ui-graphics" } |
| 102 | +ui-test-junit4 = { module = "androidx.compose.ui:ui-test-junit4" } |
| 103 | +ui-test-manifest = { module = "androidx.compose.ui:ui-test-manifest" } |
| 104 | +ui-tooling = { module = "androidx.compose.ui:ui-tooling" } |
| 105 | +ui-tooling-preview = { module = "androidx.compose.ui:ui-tooling-preview" } |
| 106 | + |
95 | 107 | zelory-compressor = { module = "id.zelory:compressor", version.ref = "zelory-compressor" } |
96 | 108 |
|
97 | 109 |
|
|
0 commit comments