Skip to content

Commit

Permalink
refact: rename repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanpierrefortune committed Oct 15, 2024
1 parent 9834460 commit 87ca9f4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ The demo applications are an open source project provided by [Calypso Networks A
## Keyple Demos

This library is used by the following demos:
* [Keyple Reload Demo](https://github.com/calypsonet/keyple-java-demo-remote)
* [Keyple Validation Demo](https://github.com/calypsonet/keyple-android-demo-validation)
* [Keyple Control Demo](https://github.com/calypsonet/keyple-android-demo-control)
* [Keyple Reload Demo](https://github.com/calypsonet/keyple-demo-ticketing-reloading-remote)
* [Keyple Validation Demo](https://github.com/calypsonet/keyple-demo-ticketing-validation-app)
* [Keyple Control Demo](https://github.com/calypsonet/keyple-demo-ticketing-control-app)

## Calypso Card Applications

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
group = org.calypsonet.keyple
title = Calypsonet Demo Common Library
description = Common library used by all Keyple demo applications
version = 2.0.1
archivesBaseName = keyple-demo-common-lib
version = 2.0.2
archivesBaseName = keyple-demo-ticketing-common-lib

kotlin.code.style = official

Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@

rootProject.name = "keyple-demo-common-lib"
rootProject.name = "keyple-demo-ticketing-common-lib"

0 comments on commit 87ca9f4

Please sign in to comment.