|
1 | 1 | [versions] |
2 | 2 |
|
3 | | -androidx-activity = "1.6.1" |
4 | | -androidx-appcompat = "1.5.1" |
5 | | -androidx-browser = "1.4.0" |
| 3 | +androidx-activity = "1.7.2" |
| 4 | +androidx-appcompat = "1.6.1" |
| 5 | +androidx-browser = "1.5.0" |
6 | 6 | androidx-cardview = "1.0.0" |
7 | | -androidx-compose-compiler = "1.3.2" |
8 | | -androidx-compose-animation = "1.3.0-beta03" |
9 | | -androidx-compose-foundation = "1.3.0-beta03" |
10 | | -androidx-compose-material = "1.3.0-beta03" |
11 | | -androidx-compose-material3 = "1.0.0-beta03" |
12 | | -androidx-compose-runtime = "1.3.0-beta03" |
| 7 | +androidx-compose-compiler = "1.5.0" |
| 8 | +androidx-compose-animation = "1.4.3" |
| 9 | +androidx-compose-foundation = "1.4.3" |
| 10 | +androidx-compose-material = "1.4.3" |
| 11 | +androidx-compose-material3 = "1.1.1" |
| 12 | +androidx-compose-runtime = "1.4.3" |
13 | 13 | androidx-compose-theme-adapter = "1.1.19" |
14 | | -androidx-compose-ui = "1.3.0-beta03" |
| 14 | +androidx-compose-ui = "1.4.3" |
15 | 15 | androidx-constraintlayout = "2.1.4" |
16 | | -androidx-core = "1.9.0" |
| 16 | +androidx-core = "1.10.1" |
17 | 17 | androidx-datastore = "1.0.0" |
18 | | -androidx-expresso-core = "3.4.0" |
19 | | -androidx-ext-junit = "1.1.3" |
20 | | -androidx-fragment-ktx = "1.5.4" |
| 18 | +androidx-expresso-core = "3.5.1" |
| 19 | +androidx-ext-junit = "1.1.5" |
| 20 | +androidx-fragment-ktx = "1.6.0" |
21 | 21 | androidx-legacy = "1.0.0" |
22 | | -androidx-lifecycle = "2.5.1" |
| 22 | +androidx-lifecycle = "2.6.1" |
23 | 23 | androidx-lifecycle-extensions = "2.2.0" |
24 | 24 | androidx-media = "1.6.0" |
25 | 25 | androidx-media2 = "1.2.1" |
26 | | -androidx-media3 = "1.0.0-rc01" |
| 26 | +androidx-media3 = "1.1.0" |
27 | 27 | androidx-navigation = "2.5.2" |
28 | 28 | androidx-paging = "3.1.1" |
29 | | -androidx-recyclerview = "1.2.1" |
30 | | -androidx-room = "2.4.3" |
| 29 | +androidx-recyclerview = "1.3.0" |
| 30 | +androidx-room = "2.5.2" |
31 | 31 | androidx-viewpager2 = "1.0.0" |
32 | | -androidx-webkit = "1.5.0" |
| 32 | +androidx-webkit = "1.7.0" |
33 | 33 |
|
34 | | -assertj = "3.23.1" |
| 34 | +assertj = "3.24.2" |
35 | 35 |
|
36 | | -dokka = "1.7.20" |
| 36 | +dokka = "1.8.20" |
37 | 37 |
|
38 | | -google-exoplayer = "2.18.1" |
39 | | -google-material = "1.7.0" |
| 38 | +google-exoplayer = "2.19.0" |
| 39 | +google-material = "1.9.0" |
40 | 40 |
|
41 | | -joda-time = "2.12.1" |
42 | | -jsoup = "1.15.3" |
| 41 | +joda-time = "2.12.5" |
| 42 | +jsoup = "1.16.1" |
43 | 43 | junit = "4.13.2" |
44 | 44 |
|
45 | | -kotlin = "1.7.20" |
46 | | -kotlinx-coroutines = "1.6.4" |
47 | | -kotlinx-coroutines-test = "1.6.4" |
48 | | -kotlinx-serialization-json = "1.4.1" |
| 45 | +kotlin = "1.9.0" |
| 46 | +kotlinx-coroutines = "1.7.2" |
| 47 | +kotlinx-coroutines-test = "1.7.2" |
| 48 | +kotlinx-serialization-json = "1.5.1" |
49 | 49 |
|
50 | 50 | pdfium = "1.8.2" |
51 | 51 | pdf-viewer = "2.8.2" |
52 | | -picasso = "2.71828" |
| 52 | +picasso = "2.8" |
53 | 53 | pspdfkit = "8.4.1" |
54 | 54 |
|
55 | | -robolectric = "4.9" |
| 55 | +robolectric = "4.10.3" |
56 | 56 |
|
57 | 57 | timber = "5.0.1" |
58 | 58 |
|
@@ -119,7 +119,7 @@ junit = { group = "junit", name = "junit", version.ref = "junit" } |
119 | 119 | kotlin-gradle = { group = "org.jetbrains.kotlin", name = "kotlin-gradle-plugin", version.ref = "kotlin" } |
120 | 120 | kotlin-junit = { group = "org.jetbrains.kotlin", name = "kotlin-test-junit", version.ref = "kotlin" } |
121 | 121 | kotlin-reflect = { group = "org.jetbrains.kotlin", name = "kotlin-reflect", version.ref = "kotlin" } |
122 | | -kotlin-stdlib = { group = "org.jetbrains.kotlin", name = "kotlin-stdlib-jdk8", version.ref = "kotlin" } |
| 122 | +kotlin-stdlib = { group = "org.jetbrains.kotlin", name = "kotlin-stdlib", version.ref = "kotlin" } |
123 | 123 |
|
124 | 124 | kotlinx-coroutines-android = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-android", version.ref = "kotlinx-coroutines" } |
125 | 125 | kotlinx-coroutines-core = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-core", version.ref = "kotlinx-coroutines" } |
|
0 commit comments