Skip to content

Commit 1910d66

Browse files
Release 2.2.0
1 parent 7964ba3 commit 1910d66

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [2.2.0] - 2024-04-12
810
### Changed
911
- Java source and target levels `1.6` -> `1.8`
1012
- Kotlin version `1.4.20` -> `1.7.20`
1113
### Upgraded
12-
- Keyple Plugin API `2.2.0` -> `2.3.0`
13-
- Keyple Util Lib `2.1.0` -> `2.3.1`
14+
- Keyple Plugin API `2.2.0` -> `2.3.1`
15+
- Keyple Util Lib `2.1.0` -> `2.4.0`
1416
- Gradle `6.8.3` -> `7.6.4`
1517
### Fixed
1618
- Management of physical channel: the actual closing is now done by the card removal procedure. The associated timeout
@@ -44,7 +46,8 @@ This is the initial release.
4446
It follows the extraction of Keyple 1.0 components contained in the `eclipse-keyple/keyple-java` repository to dedicated repositories.
4547
It also brings many major API changes.
4648

47-
[unreleased]: https://github.com/eclipse-keyple/keyple-plugin-android-nfc-java-lib/compare/2.1.0...HEAD
49+
[unreleased]: https://github.com/eclipse-keyple/keyple-plugin-android-nfc-java-lib/compare/2.2.0...HEAD
50+
[2.2.0]: https://github.com/eclipse-keyple/keyple-plugin-android-nfc-java-lib/compare/2.1.0...2.2.0
4851
[2.1.0]: https://github.com/eclipse-keyple/keyple-plugin-android-nfc-java-lib/compare/2.0.1...2.1.0
4952
[2.0.1]: https://github.com/eclipse-keyple/keyple-plugin-android-nfc-java-lib/compare/2.0.0...2.0.1
5053
[2.0.0]: https://github.com/eclipse-keyple/keyple-plugin-android-nfc-java-lib/releases/tag/2.0.0

plugin/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ dependencies {
7171
implementation("org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion")
7272

7373
//keyple
74-
implementation("org.eclipse.keyple:keyple-common-java-api:2.0.1-SNAPSHOT") {isChanging=true}
75-
implementation("org.eclipse.keyple:keyple-plugin-java-api:2.3.1-SNAPSHOT") {isChanging=true}
76-
implementation("org.eclipse.keyple:keyple-util-java-lib:2.3.2-SNAPSHOT") {isChanging=true}
74+
implementation("org.eclipse.keyple:keyple-common-java-api:2.0.1")
75+
implementation("org.eclipse.keyple:keyple-plugin-java-api:2.3.1")
76+
implementation("org.eclipse.keyple:keyple-util-java-lib:2.4.0")
7777

7878
//android
7979
implementation("androidx.legacy:legacy-support-v4:1.0.0")

0 commit comments

Comments
 (0)