Skip to content

Commit

Permalink
Release 2022.11.18
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanpierrefortune committed Nov 18, 2022
1 parent bc6d421 commit 376f2a7
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/java-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out repository code from ${{ github.repository }}/${{ github.ref }}
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Set up JDK 11
uses: actions/setup-java@v2
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'adopt'
Expand Down
17 changes: 12 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,29 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]

## [2022.11.18]
### Fixed
- Various erroneous behaviors and displays.
### Added
- Setting screen to indicate the type of device used.
- CI: `java-test` GitHub action.
- New location "Barcelona".
### Changed
- Build process using flavours mechanism replaced by standard single build process.
- Major refactoring of the source code.
### Upgraded
- `keyple-demo-common-lib:1.0.0-SNAPSHOT`
- `calypsonet-terminal-calypso-java-api:1.2.+`
- `keyple-service-java-lib:2.1.0`
- `keyple-service-resource-java-lib:2.0.2`
- `keyple-card-calypso-java-lib:2.2.1`
- `calypsonet-terminal-reader-java-api:1.1.0`
- `calypsonet-terminal-calypso-java-api:1.4.1`
- `keyple-service-java-lib:2.1.1`
- `keyple-card-calypso-java-lib:2.2.5`
- `keyple-plugin-android-nfc-java-lib:2.0.1`
- `keyple-plugin-cna-coppernic-cone2-java-lib:2.0.2`
- `keyple-plugin-cna-famoco-se-communication-java-lib:2.0.2`
- `keyple-plugin-cna-bluebird-specific-nfc-java-lib-2.1.1-mock` (mocked library)
- `keyple-plugin-cna-flowbird-android-java-lib-2.0.2-mock` (mocked library)
- `keyple-util-java-lib:2.3.0`

[Unreleased]: https://github.com/calypsonet/keyple-android-demo-validation/compare/v2021.11...HEAD
[Unreleased]: https://github.com/calypsonet/keyple-android-demo-validation/compare/2022.11.18...HEAD
[2022.11.18]: https://github.com/calypsonet/keyple-android-demo-validation/compare/v2021.11...2022.11.18
10 changes: 5 additions & 5 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -101,12 +101,12 @@ dependencies {
implementation(fileTree(mapOf("dir" to "libs", "include" to listOf("*.aar"))))

// Keyple core
implementation("org.calypsonet.terminal:calypsonet-terminal-reader-java-api:1.1.0-SNAPSHOT") { isChanging = true }
implementation("org.calypsonet.terminal:calypsonet-terminal-calypso-java-api:1.4.0-SNAPSHOT") { isChanging = true }
implementation("org.calypsonet.terminal:calypsonet-terminal-reader-java-api:1.1.0")
implementation("org.calypsonet.terminal:calypsonet-terminal-calypso-java-api:1.4.1")
implementation("org.eclipse.keyple:keyple-common-java-api:2.0.0")
implementation("org.eclipse.keyple:keyple-util-java-lib:2.2.0")
implementation("org.eclipse.keyple:keyple-service-java-lib:2.1.1-SNAPSHOT") { isChanging = true }
implementation("org.eclipse.keyple:keyple-card-calypso-java-lib:2.2.3-SNAPSHOT") { isChanging = true }
implementation("org.eclipse.keyple:keyple-util-java-lib:2.3.0")
implementation("org.eclipse.keyple:keyple-service-java-lib:2.1.1")
implementation("org.eclipse.keyple:keyple-card-calypso-java-lib:2.2.5")

// Keyple reader plugins
implementation("org.eclipse.keyple:keyple-plugin-android-nfc-java-lib:2.0.1")
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = 2.1.0
version = 2022.11.18
archivesBaseName = keyple-android-demo-validation

# Project-wide Gradle settings.
Expand Down

0 comments on commit 376f2a7

Please sign in to comment.