Skip to content

Commit

Permalink
2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mickael-menu committed Aug 22, 2024
1 parent 8f9cd70 commit 66b8fcf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ All notable changes to this project will be documented in this file. Take a look

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

## [2.4.2]

* Bump to Kotlin 1.9.24.
* Remove JCenter dependencies.


## [2.4.1]

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

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ A [Test App](test-app) demonstrates how to integrate the Readium Kotlin toolkit

| Readium | Android min SDK | Android compile SDK | Kotlin compiler | Gradle |
|---------|-----------------|---------------------|-----------------|--------|
| latest | 21 | 33 | 1.9.24 | 8.6.0 |
| 2.4.2 | 21 | 33 | 1.9.24 | 8.6.0 |
| 2.3.0 | 21 | 33 | 1.7.10 | 6.9.3 |

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

```groovy
buildscript {
ext.readium_version = '2.4.1'
ext.readium_version = '2.4.2'
}
allprojects {
Expand Down

0 comments on commit 66b8fcf

Please sign in to comment.