Skip to content

Commit b8173cd

Browse files
Release 2.1.0
1 parent f506fcb commit b8173cd

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.1.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.0.0` -> `2.3.0`
13-
- Keyple Util Lib `2.1.0` -> `2.3.1`
14+
- Keyple Plugin API `2.0.0` -> `2.3.1`
15+
- Keyple Util Lib `2.1.0` -> `2.4.0`
1416
- Gradle `6.8.3` -> `7.6.4`
1517
### Added
1618
- Added project status badges on `README.md` file.
@@ -33,7 +35,8 @@ This is the initial release.
3335
It follows the extraction of Keyple 1.0 components contained in the `eclipse-keyple/keyple-java` repository to dedicated repositories.
3436
It also brings many major API changes.
3537

36-
[unreleased]: https://github.com/eclipse-keyple/keyple-plugin-android-omapi-java-lib/compare/2.0.1...HEAD
38+
[unreleased]: https://github.com/eclipse-keyple/keyple-plugin-android-omapi-java-lib/compare/2.1.0...HEAD
39+
[2.1.0]: https://github.com/eclipse-keyple/keyple-plugin-android-omapi-java-lib/compare/2.0.1...2.1.0
3740
[2.0.1]: https://github.com/eclipse-keyple/keyple-plugin-android-omapi-java-lib/compare/2.0.0...2.0.1
3841
[2.0.0]: https://github.com/eclipse-keyple/keyple-plugin-android-omapi-java-lib/releases/tag/2.0.0
3942

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)