Upgrading neoeyed version from 3.0.0 to 3.0.2

This commit is contained in:
adarshs
2021-08-26 16:56:56 +05:30
parent f958e2b5d5
commit 0ea510b497
9 changed files with 5 additions and 5 deletions

2
.gitignore vendored
View File

@@ -18,4 +18,4 @@ vcs.xml
digio-kyc-1.0.13/build
digio-esign-v2.8.0/build
truecallersdk-2.6.1-releasePartner/build
neoeyed-sdk-stage-3.0.0/build/
neoeyed-sdk-release-3.2.0/build/

View File

@@ -367,7 +367,7 @@ dependencies {
implementation 'com.android.support:support-annotations:28.0.0'
implementation project(":neoeyed-sdk-stage-3.0.0")
implementation project(":neoeyed-sdk-release-3.2.0")
}

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,2 @@
configurations.maybeCreate("default")
artifacts.add("default", file('neoeyed-sdk-release-3.2.0.aar'))

View File

@@ -1,2 +0,0 @@
configurations.maybeCreate("default")
artifacts.add("default", file('neoeyed-sdk-stage-3.0.0.aar'))

View File

@@ -1,3 +1,3 @@
include ':app', ':digio-esign-v2.8.0', ':digio-kyc-1.0.13', ':pulse'
include ':neoeyed-sdk-stage-3.0.0'
include ':neoeyed-sdk-release-3.2.0'
rootProject.name='android-customer-app'