Skip to content

Commit

Permalink
2.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mickael-menu committed Aug 23, 2024
1 parent fe7e1fe commit 672a96a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file. Take a look

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

## [2.4.2]
## [2.4.3]

* Bump to Kotlin 1.9.24.
* Remove JCenter dependencies.
Expand Down Expand Up @@ -714,5 +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
[2.4.3]: https://github.com/readium/kotlin-toolkit/compare/2.4.1...2.4.3

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 |
|---------|-----------------|---------------------|-----------------|--------|
| 2.4.2 | 21 | 33 | 1.9.24 | 8.6.0 |
| 2.4.3 | 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.2'
ext.readium_version = '2.4.3'
}
allprojects {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# http://www.gradle.org/docs/current/userguide/build_environment.html

pom.groupId=org.readium.kotlin-toolkit
pom.version=2.4.2
pom.version=2.4.3

android.minSdk=21
android.compileSdk=34
Expand Down

0 comments on commit 672a96a

Please sign in to comment.