Skip to content
This repository has been archived by the owner on May 24, 2023. It is now read-only.

Commit

Permalink
Bump version to 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
a-szotyori committed Sep 22, 2021
1 parent 96757f3 commit 2d55f64
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ginicapture/src/doc/source/getting-started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Now you can add the Gini Capture SDK to your app's dependencies:
.. code:: groovy
dependencies {
implementation 'net.gini:gini-capture-sdk:1.4.0'
implementation 'net.gini:gini-capture-sdk:1.4.1'
}
After syncing Gradle you can start integrating the Gini Capture SDK.
2 changes: 1 addition & 1 deletion ginicapture/src/doc/source/integration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ To use it add the ``gini-capture-network-lib`` dependency to your app's ``build.
dependencies {
...
implementation 'net.gini:gini-capture-network-lib:1.4.0'
implementation 'net.gini:gini-capture-network-lib:1.4.1'
}
For the Gini Capture SDK to be aware of the default implementations create the instances and pass
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m
# mavenReleasesRepoUrl=https://repo.i.gini.net/nexus/content/repositories/releases
# mavenOpenRepoUrl=https://repo.i.gini.net/nexus/content/repositories/open
groupId=net.gini
version=1.4.0
version=1.4.1

android.useAndroidX=true
android.enableJetifier=true
Expand Down

0 comments on commit 2d55f64

Please sign in to comment.