Skip to content

Commit

Permalink
Release 2023.06.01
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-cristea committed Jun 1, 2023
1 parent 792ea67 commit 110846b
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 20 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]

## [2023.06.01]
### Upgraded
- `keyple-demo-common-lib:2.0.0-SNAPSHOT`
- `calypsonet-terminal-reader-java-api:1.3.0`
- `calypsonet-terminal-calypso-java-api:1.8.0`
- `keyple-service-java-lib:2.3.1`
- `keyple-card-calypso-java-lib:2.3.5`

## [2023.03.03]
### Fixed
- Calypso Basic products management.
Expand Down Expand Up @@ -39,8 +47,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- `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/2023.03.03...HEAD

[Unreleased]: https://github.com/calypsonet/keyple-android-demo-validation/compare/2023.06.01...HEAD
[2023.06.01]: https://github.com/calypsonet/keyple-android-demo-validation/compare/2023.03.03...2023.06.01
[2023.03.03]: https://github.com/calypsonet/keyple-android-demo-validation/compare/2023.02.24...2023.03.03
[2023.02.24]: https://github.com/calypsonet/keyple-android-demo-validation/compare/2022.11.18...2023.02.24
[2022.11.18]: https://github.com/calypsonet/keyple-android-demo-validation/compare/v2021.11...2022.11.18
24 changes: 12 additions & 12 deletions NOTICE.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,19 @@ SPDX-License-Identifier: EPL-2.0

## Third-party Content

Google Gson (2.8.9)
Google Gson

* License: Apache License, 2.0

SLF4J API (1.7.32)
SLF4J API

* License: MIT License

Junit (4.13.2)
Junit

* License: Eclipse Public License, 2.0

RxJava: Reactive Extensions for Java (2.1.13):
RxJava: Reactive Extensions for Java

* Licence: Apache Software License, 2.0

Expand All @@ -47,35 +47,35 @@ Android Open Source Project

* License: Apache Software License, 2.0

Timber (4.7.1):
Timber

* Licence: Apache Software License, 2.0

slf4j Timber (3.1):
slf4j Timber

* Licence: Apache Software License, 2.0

Kotlin Standard Library (1.7.0):
Kotlin Standard Library

* Licence: Apache Software License, 2.0

Kotlinx Coroutines core (1.3.3):
Kotlinx Coroutines core

* Licence: Apache Software License, 2.0

Lottie for Android (3.4.4):
Lottie for Android

* Licence: Apache Software License, 2.0

RxAndroid: Reactive Extensions for Android (2.0.2):
RxAndroid: Reactive Extensions for Android

* Licence: Apache Software License, 2.0

Bit-lib4j (1.4.5):
Bit-lib4j

* Licence: Apache Software License, 2.0

Dagger (2.19):
Dagger

* Licence: Apache Software License, 2.0

Expand Down
10 changes: 5 additions & 5 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -95,18 +95,18 @@ android {

dependencies {
// Demo common
implementation("org.calypsonet.keyple:keyple-demo-common-lib:1.0.0-SNAPSHOT") { isChanging = true }
implementation("org.calypsonet.keyple:keyple-demo-common-lib:2.0.0-SNAPSHOT") { isChanging = true }

// Keyple reader plugins proprietary libs
implementation(fileTree(mapOf("dir" to "libs", "include" to listOf("*.aar"))))

// Keyple core
implementation("org.calypsonet.terminal:calypsonet-terminal-reader-java-api:1.2.0")
implementation("org.calypsonet.terminal:calypsonet-terminal-calypso-java-api:1.6.0")
implementation("org.calypsonet.terminal:calypsonet-terminal-reader-java-api:1.3.0")
implementation("org.calypsonet.terminal:calypsonet-terminal-calypso-java-api:1.8.0")
implementation("org.eclipse.keyple:keyple-common-java-api:2.0.0")
implementation("org.eclipse.keyple:keyple-util-java-lib:2.3.0")
implementation("org.eclipse.keyple:keyple-service-java-lib:2.1.3")
implementation("org.eclipse.keyple:keyple-card-calypso-java-lib:2.3.2")
implementation("org.eclipse.keyple:keyple-service-java-lib:2.3.1")
implementation("org.eclipse.keyple:keyple-card-calypso-java-lib:2.3.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 = 2023.03.03
version = 2023.06.01
archivesBaseName = keyple-android-demo-validation

# Project-wide Gradle settings.
Expand Down

0 comments on commit 110846b

Please sign in to comment.