Skip to content

Commit

Permalink
Merge pull request #366 from gini/PIA-4683-PIA-4684-release-candidates
Browse files Browse the repository at this point in the history
Pia 4683 pia 4684 release candidates
  • Loading branch information
abolfazlimahdi authored Nov 3, 2023
2 parents 7a76121 + 0c38af0 commit 80583e0
Show file tree
Hide file tree
Showing 11 changed files with 31 additions and 31 deletions.
42 changes: 21 additions & 21 deletions RELEASE-ORDER.md
Original file line number Diff line number Diff line change
@@ -1,35 +1,35 @@
DO NOT EDIT MANUALLY!
Automatically created by the updateReleaseOrderFile task.

Release order for :capture-sdk:sdk 3.6.0:
1. :capture-sdk:sdk 3.6.0
Release order for :capture-sdk:sdk 3.7.0:
1. :capture-sdk:sdk 3.7.0

Release order for :core-api-library:library 2.1.2:
1. :core-api-library:library 2.1.2
Release order for :core-api-library:library 2.1.3:
1. :core-api-library:library 2.1.3

Release order for :bank-api-library:library 3.1.2:
1. :core-api-library:library 2.1.2
1. :core-api-library:library 2.1.3
2. :bank-api-library:library 3.1.2

Release order for :health-api-library:library 2.1.2:
1. :core-api-library:library 2.1.2
2. :health-api-library:library 2.1.2
Release order for :health-api-library:library 2.1.3:
1. :core-api-library:library 2.1.3
2. :health-api-library:library 2.1.3

Release order for :health-sdk:sdk 2.1.2:
1. :core-api-library:library 2.1.2
2. :health-api-library:library 2.1.2
3. :health-sdk:sdk 2.1.2
Release order for :health-sdk:sdk 2.1.3:
1. :core-api-library:library 2.1.3
2. :health-api-library:library 2.1.3
3. :health-sdk:sdk 2.1.3

Release order for :capture-sdk:default-network 3.6.0:
1. :core-api-library:library 2.1.2
Release order for :capture-sdk:default-network 3.7.0:
1. :core-api-library:library 2.1.3
2. :bank-api-library:library 3.1.2
3. :capture-sdk:sdk 3.6.0
4. :capture-sdk:default-network 3.6.0
3. :capture-sdk:sdk 3.7.0
4. :capture-sdk:default-network 3.7.0

Release order for :bank-sdk:sdk 3.6.0:
1. :core-api-library:library 2.1.2
Release order for :bank-sdk:sdk 3.7.0:
1. :core-api-library:library 2.1.3
2. :bank-api-library:library 3.1.2
3. :capture-sdk:sdk 3.6.0
4. :capture-sdk:default-network 3.6.0
5. :bank-sdk:sdk 3.6.0
3. :capture-sdk:sdk 3.7.0
4. :capture-sdk:default-network 3.7.0
5. :bank-sdk:sdk 3.7.0

2 changes: 1 addition & 1 deletion bank-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-bank-sdk
version=3.6.0
version=3.7.0
# Version code is visible only in the generated BuildConfig file
versionCode=0

Expand Down
2 changes: 1 addition & 1 deletion bank-sdk/sdk/src/doc/source/getting-started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ build.gradle:
.. code-block:: groovy
dependencies {
implementation 'net.gini.android:gini-bank-sdk:3.6.0'
implementation 'net.gini.android:gini-bank-sdk:3.7.0'
}
After syncing Gradle you can start integrating the SDK.
2 changes: 1 addition & 1 deletion capture-sdk/default-network/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-capture-sdk-default-network
version=3.6.0
version=3.7.0
# Version code is visible only in the generated BuildConfig file
versionCode=0

Expand Down
2 changes: 1 addition & 1 deletion capture-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-capture-sdk
version=3.6.0
version=3.7.0
# Version code is visible only in the generated BuildConfig file
versionCode=0

Expand Down
2 changes: 1 addition & 1 deletion capture-sdk/sdk/src/doc/source/getting-started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ build.gradle:
.. code-block:: groovy
dependencies {
implementation 'net.gini.android:gini-capture-sdk:3.6.0'
implementation 'net.gini.android:gini-capture-sdk:3.7.0'
}
After syncing Gradle you can start integrating the Gini Capture SDK.
2 changes: 1 addition & 1 deletion core-api-library/library/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-internal-core-api-lib
version=2.1.2
version=2.1.3
# Version code is visible only in the generated BuildConfig file
versionCode=0

Expand Down
2 changes: 1 addition & 1 deletion health-api-library/library/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-api-lib
version=2.1.2
version=2.1.3
# Version code is visible only in the generated BuildConfig file
versionCode=0

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ build.gradle:
.. code-block:: groovy
dependencies {
implementation 'net.gini.android:gini-health-api-lib:2.1.2'
implementation 'net.gini.android:gini-health-api-lib:2.1.3'
}
Integrating the Gini Health API Library
Expand Down
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=2.1.2
version=2.1.3
# 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:2.1.2'
implementation 'net.gini.android:gini-health-sdk:2.1.3'
}
Gini Pay Deep Link For Your App
Expand Down

0 comments on commit 80583e0

Please sign in to comment.