Skip to content

Commit 54383a5

Browse files
authored
Update dependencies (readium#443)
1 parent 5b718ad commit 54383a5

File tree

6 files changed

+33
-30
lines changed

6 files changed

+33
-30
lines changed

.idea/kotlinc.xml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ A [Test App](test-app) demonstrates how to integrate the Readium Kotlin toolkit
2121

2222
| Readium | Android min SDK | Android compile SDK | Kotlin compiler (✻) | Gradle (✻) |
2323
|---------|-----------------|---------------------|---------------------|------------|
24-
| 3.0.0 | 21 | 34 | 1.9.0 | 8.0.0 |
24+
| 3.0.0 | 21 | 34 | 1.9.22 | 8.2.0 |
2525
| 2.3.0 | 21 | 33 | 1.7.10 | 6.9.3 |
2626

2727
✻ Only required if you integrate Readium as a submodule instead of using Maven Central.

docs/migration-guide.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ First of all, upgrade to version 2.4.0 and resolve any deprecation notices. This
88

99
### Minimum requirements
1010

11-
If you integrate Readium 3.0 as a submodule, it requires Kotlin 1.9.0 and Gradle 8.0.0. You should start by updating these dependencies in your application.
11+
If you integrate Readium 3.0 as a submodule, it requires Kotlin 1.9.22 and Gradle 8.2.0. You should start by updating these dependencies in your application.
1212

1313
#### Targeting Android SDK 34
1414

gradle/libs.versions.toml

+24-21
Original file line numberDiff line numberDiff line change
@@ -2,54 +2,57 @@
22

33
accompanist = "0.30.1"
44

5-
androidx-activity = "1.7.2"
5+
androidx-activity = "1.8.2"
66
androidx-appcompat = "1.6.1"
7-
androidx-browser = "1.5.0"
7+
androidx-browser = "1.7.0"
88
androidx-cardview = "1.0.0"
9-
androidx-compose-compiler = "1.5.1"
10-
androidx-compose-animation = "1.4.3"
11-
androidx-compose-foundation = "1.4.3"
12-
androidx-compose-material = "1.4.3"
13-
androidx-compose-material3 = "1.1.1"
14-
androidx-compose-runtime = "1.4.3"
15-
androidx-compose-ui = "1.4.3"
9+
# Make sure to align with the Kotlin version
10+
# https://developer.android.com/jetpack/androidx/releases/compose-kotlin
11+
androidx-compose-compiler = "1.5.8"
12+
androidx-compose-animation = "1.5.4"
13+
androidx-compose-foundation = "1.5.4"
14+
androidx-compose-material = "1.5.4"
15+
androidx-compose-material3 = "1.1.2"
16+
androidx-compose-runtime = "1.5.4"
17+
androidx-compose-ui = "1.5.4"
1618
androidx-constraintlayout = "2.1.4"
17-
androidx-core = "1.10.1"
19+
androidx-core = "1.12.0"
1820
androidx-datastore = "1.0.0"
1921
androidx-expresso-core = "3.5.1"
2022
androidx-ext-junit = "1.1.5"
21-
androidx-fragment-ktx = "1.6.1"
23+
androidx-fragment-ktx = "1.6.2"
2224
androidx-legacy = "1.0.0"
23-
androidx-lifecycle = "2.6.1"
25+
androidx-lifecycle = "2.6.2"
2426
androidx-lifecycle-extensions = "2.2.0"
25-
androidx-media = "1.6.0"
27+
androidx-media = "1.7.0"
2628
androidx-media2 = "1.2.1"
2729
androidx-media3 = "1.1.0"
28-
androidx-navigation = "2.6.0"
29-
androidx-paging = "3.2.0"
30-
androidx-recyclerview = "1.3.1"
31-
androidx-room = "2.5.2"
30+
androidx-navigation = "2.7.6"
31+
androidx-paging = "3.2.1"
32+
androidx-recyclerview = "1.3.2"
33+
androidx-room = "2.6.1"
3234
androidx-viewpager2 = "1.0.0"
33-
androidx-webkit = "1.7.0"
35+
androidx-webkit = "1.9.0"
3436

3537
assertj = "3.24.2"
3638

3739
dokka = "1.8.20"
3840

39-
google-exoplayer = "2.19.0"
40-
google-material = "1.9.0"
41+
google-exoplayer = "2.19.1"
42+
google-material = "1.11.0"
4143

4244
joda-time = "2.12.5"
4345
jsoup = "1.16.1"
4446
junit = "4.13.2"
4547

46-
kotlin = "1.9.0"
48+
kotlin = "1.9.22"
4749
kotlinx-coroutines = "1.7.3"
4850
kotlinx-coroutines-test = "1.7.3"
4951
kotlinx-serialization-json = "1.5.1"
5052

5153
pdfium = "1.8.2"
5254
pdf-viewer = "2.8.2"
55+
#noinspection GradleDependency
5356
picasso = "2.8"
5457
pspdfkit = "8.4.1"
5558

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

settings.gradle.kts

+5-5
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@ pluginManagement {
1818
// it to integrate Readium in submodules.
1919
// See https://github.com/readium/kotlin-toolkit/pull/97
2020
plugins {
21-
id("com.android.application") version ("8.1.0")
22-
id("com.android.library") version ("8.1.0")
21+
id("com.android.application") version ("8.2.0")
22+
id("com.android.library") version ("8.2.0")
2323
id("io.github.gradle-nexus.publish-plugin") version ("1.3.0")
2424
id("org.jetbrains.dokka") version ("1.8.20")
25-
id("org.jetbrains.kotlin.android") version ("1.9.0")
26-
id("org.jetbrains.kotlin.plugin.serialization") version ("1.9.0")
25+
id("org.jetbrains.kotlin.android") version ("1.9.22")
26+
id("org.jetbrains.kotlin.plugin.serialization") version ("1.9.22")
2727
id("org.jlleitschuh.gradle.ktlint") version ("11.5.1")
2828
// Make sure to align with the Kotlin version.
2929
// See https://github.com/google/ksp/releases
30-
id("com.google.devtools.ksp") version ("1.9.0-1.0.12")
30+
id("com.google.devtools.ksp") version ("1.9.22-1.0.16")
3131
}
3232
}
3333
dependencyResolutionManagement {

0 commit comments

Comments
 (0)