Skip to content

Commit

Permalink
feat(bank-sdk): Bump version to 3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
abolfazlimahdi committed Nov 2, 2023
1 parent 828ec9e commit 0c38af0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions RELEASE-ORDER.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ Release order for :capture-sdk:default-network 3.7.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:
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.7.0
4. :capture-sdk:default-network 3.7.0
5. :bank-sdk:sdk 3.6.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.

0 comments on commit 0c38af0

Please sign in to comment.