Upgrading neoeyed version from 3.0.0 to 3.0.2
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -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/
|
||||
|
||||
@@ -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")
|
||||
|
||||
}
|
||||
|
||||
|
||||
BIN
app/libs/neoeyed-sdk-release-3.2.0.aar
Normal file
BIN
app/libs/neoeyed-sdk-release-3.2.0.aar
Normal file
Binary file not shown.
Binary file not shown.
2
neoeyed-sdk-release-3.2.0/build.gradle
Normal file
2
neoeyed-sdk-release-3.2.0/build.gradle
Normal file
@@ -0,0 +1,2 @@
|
||||
configurations.maybeCreate("default")
|
||||
artifacts.add("default", file('neoeyed-sdk-release-3.2.0.aar'))
|
||||
BIN
neoeyed-sdk-release-3.2.0/neoeyed-sdk-release-3.2.0.aar
Normal file
BIN
neoeyed-sdk-release-3.2.0/neoeyed-sdk-release-3.2.0.aar
Normal file
Binary file not shown.
@@ -1,2 +0,0 @@
|
||||
configurations.maybeCreate("default")
|
||||
artifacts.add("default", file('neoeyed-sdk-stage-3.0.0.aar'))
|
||||
Binary file not shown.
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user