digo sdk update... (#896)

This commit is contained in:
Satish Prasad
2020-06-29 12:17:01 +05:30
committed by GitHub Enterprise
parent 070389f932
commit 73a13f2668
6 changed files with 5 additions and 5 deletions

2
.gitignore vendored
View File

@@ -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

View File

@@ -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")

View File

@@ -1,2 +0,0 @@
configurations.maybeCreate("default")
artifacts.add("default", file('digio-kyc-1.0.12.aar'))

View File

@@ -0,0 +1,2 @@
configurations.maybeCreate("default")
artifacts.add("default", file('digio-kyc-1.0.13.aar'))

View File

@@ -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'