digo sdk update... (#896)
This commit is contained in:
committed by
GitHub Enterprise
parent
070389f932
commit
73a13f2668
2
.gitignore
vendored
2
.gitignore
vendored
@@ -15,5 +15,5 @@
|
||||
*.class
|
||||
*.log
|
||||
vcs.xml
|
||||
digio-kyc-1.0.12/build
|
||||
digio-kyc-1.0.13/build
|
||||
digio-esign-v2.8.0/build
|
||||
|
||||
@@ -241,7 +241,7 @@ dependencies {
|
||||
implementation 'com.google.firebase:firebase-analytics-ktx:17.4.0'
|
||||
|
||||
//Digio: for adhaar verification
|
||||
implementation project(":digio-kyc-1.0.12")
|
||||
implementation project(":digio-kyc-1.0.13")
|
||||
|
||||
//Digio e-nach
|
||||
implementation project(":digio-esign-v2.8.0")
|
||||
|
||||
@@ -1,2 +0,0 @@
|
||||
configurations.maybeCreate("default")
|
||||
artifacts.add("default", file('digio-kyc-1.0.12.aar'))
|
||||
2
digio-kyc-1.0.13/build.gradle
Normal file
2
digio-kyc-1.0.13/build.gradle
Normal file
@@ -0,0 +1,2 @@
|
||||
configurations.maybeCreate("default")
|
||||
artifacts.add("default", file('digio-kyc-1.0.13.aar'))
|
||||
Binary file not shown.
@@ -1,2 +1,2 @@
|
||||
include ':app', ':digio-kyc-1.0.12', ':digio-esign-v2.8.0'
|
||||
include ':app', ':digio-esign-v2.8.0', ':digio-kyc-1.0.13'
|
||||
rootProject.name='android-customer-app'
|
||||
|
||||
Reference in New Issue
Block a user