Skip to content

Commit 672a96a

Browse files
committed
2.4.3
1 parent fe7e1fe commit 672a96a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Diff for: CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file. Take a look
66

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

9-
## [2.4.2]
9+
## [2.4.3]
1010

1111
* Bump to Kotlin 1.9.24.
1212
* Remove JCenter dependencies.
@@ -714,5 +714,5 @@ progression. Now if no reading progression is set, the `effectiveReadingProgress
714714
[2.3.0]: https://github.com/readium/kotlin-toolkit/compare/2.2.1...2.3.0
715715
[2.4.0]: https://github.com/readium/kotlin-toolkit/compare/2.3.0...2.4.0
716716
[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
717+
[2.4.3]: https://github.com/readium/kotlin-toolkit/compare/2.4.1...2.4.3
718718

Diff for: README.md

+2-2
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-
| 2.4.2 | 21 | 33 | 1.9.24 | 8.6.0 |
24+
| 2.4.3 | 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.2'
33+
ext.readium_version = '2.4.3'
3434
}
3535
3636
allprojects {

Diff for: gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# http://www.gradle.org/docs/current/userguide/build_environment.html
77

88
pom.groupId=org.readium.kotlin-toolkit
9-
pom.version=2.4.2
9+
pom.version=2.4.3
1010

1111
android.minSdk=21
1212
android.compileSdk=34

0 commit comments

Comments
 (0)