Skip to content

Commit 7d3a792

Browse files
authored
2.1.1 (#39)
1 parent 7aec382 commit 7d3a792

File tree

6 files changed

+8
-40
lines changed

6 files changed

+8
-40
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ captures/
4747
.idea/dictionaries
4848
.idea/libraries
4949
.idea/jarRepositories.xml
50+
.idea/misc.xml
5051
# Android Studio 3 in .gitignore file.
5152
.idea/caches
5253
.idea/modules.xml

.idea/misc.xml

Lines changed: 0 additions & 36 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ All notable changes to this project will be documented in this file. Take a look
44

55
**Warning:** Features marked as *alpha* may change or be removed in a future release without notice. Use with caution.
66

7-
## [Unreleased]
7+
<!-- ## [Unreleased] -->
8+
9+
## [2.1.1]
810

911
### Changed
1012

@@ -463,3 +465,4 @@ server.loadCustomResource(assets.open("scripts/highlight.js"), "highlight.js", I
463465

464466
[unreleased]: https://github.com/readium/kotlin-toolkit/compare/main...HEAD
465467
[2.1.0]: https://github.com/readium/kotlin-kotlin/compare/2.0.0...2.1.0
468+
[2.1.1]: https://github.com/readium/kotlin-kotlin/compare/2.1.0...2.1.1

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Make sure that you have the `$readium_version` property set in your root `build.
2222

2323
```gradle
2424
buildscript {
25-
ext.readium_version = '2.1.0'
25+
ext.readium_version = '2.1.1'
2626
}
2727
2828
allprojects {

readium/lcp/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ dependencies {
7070
implementation "org.zeroturnaround:zt-zip:1.14"
7171
implementation 'androidx.browser:browser:1.3.0'
7272

73-
final room_version = '2.4.0-alpha04'
73+
final room_version = '2.4.0-beta01'
7474
implementation "androidx.room:room-runtime:$room_version"
7575
implementation "androidx.room:room-ktx:$room_version"
7676
kapt "androidx.room:room-compiler:$room_version"

test-app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ dependencies {
119119
implementation 'org.jsoup:jsoup:1.13.1'
120120

121121
// Room database
122-
final room_version = '2.3.0'
122+
final room_version = '2.4.0-beta01'
123123
implementation "androidx.room:room-runtime:$room_version"
124124
implementation "androidx.room:room-ktx:$room_version"
125125
kapt "androidx.room:room-compiler:$room_version"

0 commit comments

Comments
 (0)