Skip to content

Commit

Permalink
feat(health-sdk): Bump version to 4.3.0
Browse files Browse the repository at this point in the history
IPC-320
  • Loading branch information
a-szotyori committed Aug 19, 2024
1 parent c77a74c commit 64c72b6
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 30 deletions.
56 changes: 28 additions & 28 deletions RELEASE-ORDER.md
Original file line number Diff line number Diff line change
@@ -1,40 +1,40 @@
DO NOT EDIT MANUALLY!
Automatically created by the updateReleaseOrderFile task.

Release order for :capture-sdk:sdk 3.11.0:
1. :capture-sdk:sdk 3.11.0
Release order for :capture-sdk:sdk 3.11.1:
1. :capture-sdk:sdk 3.11.1

Release order for :core-api-library:library 2.2.0:
1. :core-api-library:library 2.2.0
Release order for :core-api-library:library 2.2.1:
1. :core-api-library:library 2.2.1

Release order for :bank-api-library:library 3.2.0:
1. :core-api-library:library 2.2.0
2. :bank-api-library:library 3.2.0
Release order for :bank-api-library:library 3.2.1:
1. :core-api-library:library 2.2.1
2. :bank-api-library:library 3.2.1

Release order for :health-api-library:library 4.2.0:
1. :core-api-library:library 2.2.0
2. :health-api-library:library 4.2.0
Release order for :health-api-library:library 4.3.0:
1. :core-api-library:library 2.2.1
2. :health-api-library:library 4.3.0

Release order for :health-sdk:sdk 4.2.0:
1. :core-api-library:library 2.2.0
2. :health-api-library:library 4.2.0
3. :health-sdk:sdk 4.2.0
Release order for :health-sdk:sdk 4.3.0:
1. :core-api-library:library 2.2.1
2. :health-api-library:library 4.3.0
3. :health-sdk:sdk 4.3.0

Release order for :merchant-sdk:sdk 1.0.0:
1. :core-api-library:library 2.2.0
2. :health-api-library:library 4.2.0
1. :core-api-library:library 2.2.1
2. :health-api-library:library 4.3.0
3. :merchant-sdk:sdk 1.0.0

Release order for :capture-sdk:default-network 3.11.0:
1. :core-api-library:library 2.2.0
2. :bank-api-library:library 3.2.0
3. :capture-sdk:sdk 3.11.0
4. :capture-sdk:default-network 3.11.0

Release order for :bank-sdk:sdk 3.12.0:
1. :core-api-library:library 2.2.0
2. :bank-api-library:library 3.2.0
3. :capture-sdk:sdk 3.11.0
4. :capture-sdk:default-network 3.11.0
5. :bank-sdk:sdk 3.12.0
Release order for :capture-sdk:default-network 3.11.1:
1. :core-api-library:library 2.2.1
2. :bank-api-library:library 3.2.1
3. :capture-sdk:sdk 3.11.1
4. :capture-sdk:default-network 3.11.1

Release order for :bank-sdk:sdk 3.12.1:
1. :core-api-library:library 2.2.1
2. :bank-api-library:library 3.2.1
3. :capture-sdk:sdk 3.11.1
4. :capture-sdk:default-network 3.11.1
5. :bank-sdk:sdk 3.12.1

2 changes: 1 addition & 1 deletion health-sdk/sdk/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maven coordinates
# groupId is in the root gradle.properties
artifactId=gini-health-sdk
version=4.2.0
version=4.3.0
# Version code is visible only in the generated BuildConfig file
versionCode=1000

Expand Down
2 changes: 1 addition & 1 deletion health-sdk/sdk/src/doc/source/setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ build.gradle:
.. code-block:: groovy
dependencies {
implementation 'net.gini.android:gini-health-sdk:4.2.0'
implementation 'net.gini.android:gini-health-sdk:4.3.0'
}
Gini Pay Deep Link For Your App
Expand Down

0 comments on commit 64c72b6

Please sign in to comment.