Neo-eyed version update from 3.2.0 to 3.3.0

This commit is contained in:
adarshs
2021-08-30 18:18:53 +05:30
parent 6d0cc273a5
commit 52833443a5
9 changed files with 5 additions and 5 deletions

2
.gitignore vendored
View File

@@ -18,6 +18,6 @@ vcs.xml
digio-kyc-1.0.13/build
digio-esign-v2.8.0/build
truecallersdk-2.6.1-releasePartner/build
neoeyed-sdk-release-3.2.0/build/
neoeyed-sdk-release-3.3.0/build/
finoramic-android-sdk/build
finoramic-androidx-sdk/build/

View File

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

Binary file not shown.

View File

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

View File

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

View File

@@ -1,4 +1,4 @@
include ':app', ':digio-esign-v2.8.0', ':digio-kyc-1.0.13', ':pulse'
include ':neoeyed-sdk-release-3.2.0'
include ':neoeyed-sdk-release-3.3.0'
include ':finoramic-androidx-sdk'
rootProject.name='android-customer-app'