From 66b8fcf071366d2b95724322b8997f1bb2750dc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Menu?= Date: Thu, 22 Aug 2024 20:33:47 +0200 Subject: [PATCH] 2.4.2 --- CHANGELOG.md | 7 +++++++ README.md | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e3af1d4b6..7978b564b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ All notable changes to this project will be documented in this file. Take a look +## [2.4.2] + +* Bump to Kotlin 1.9.24. +* Remove JCenter dependencies. + + ## [2.4.1] ### Added @@ -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 diff --git a/README.md b/README.md index 6f7542c97e..688c23c30d 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 {