Skip to content

Commit

Permalink
feat(capture-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 1cdd4c9 commit 023894a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions RELEASE-ORDER.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
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.3:
1. :core-api-library:library 2.1.3
Expand All @@ -23,13 +23,13 @@ Release order for :health-sdk:sdk 2.1.3:
Release order for :capture-sdk:default-network 3.6.0:
1. :core-api-library:library 2.1.3
2. :bank-api-library:library 3.1.2
3. :capture-sdk:sdk 3.6.0
3. :capture-sdk:sdk 3.7.0
4. :capture-sdk:default-network 3.6.0

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

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.

0 comments on commit 023894a

Please sign in to comment.