Skip to content

Commit 66b8fcf

Browse files
committed
2.4.2
1 parent 8f9cd70 commit 66b8fcf

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ All notable changes to this project will be documented in this file. Take a look
66

77
<!-- ## [Unreleased] -->
88

9+
## [2.4.2]
10+
11+
* Bump to Kotlin 1.9.24.
12+
* Remove JCenter dependencies.
13+
14+
915
## [2.4.1]
1016

1117
### Added
@@ -708,4 +714,5 @@ progression. Now if no reading progression is set, the `effectiveReadingProgress
708714
[2.3.0]: https://github.com/readium/kotlin-toolkit/compare/2.2.1...2.3.0
709715
[2.4.0]: https://github.com/readium/kotlin-toolkit/compare/2.3.0...2.4.0
710716
[2.4.1]: https://github.com/readium/kotlin-toolkit/compare/2.4.0...2.4.1
717+
[2.4.2]: https://github.com/readium/kotlin-toolkit/compare/2.4.1...2.4.2
711718

README.md

Lines changed: 2 additions & 2 deletions
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-
| latest | 21 | 33 | 1.9.24 | 8.6.0 |
24+
| 2.4.2 | 21 | 33 | 1.9.24 | 8.6.0 |
2525
| 2.3.0 | 21 | 33 | 1.7.10 | 6.9.3 |
2626

2727
## Setting Up Readium
@@ -30,7 +30,7 @@ Readium modules are distributed with [Maven Central](https://search.maven.org/se
3030

3131
```groovy
3232
buildscript {
33-
ext.readium_version = '2.4.1'
33+
ext.readium_version = '2.4.2'
3434
}
3535
3636
allprojects {

0 commit comments

Comments
 (0)