[INJIMOB-1874] add ecr1,eck1 and ed key support (#1594)

* [INJIMOB-1874] add ecr1,eck1 and ed key support

Signed-off-by: Abhishek Paul <paul.apaul.abhishek.ap@gmail.com>

* [INJIMOB-1874] refactor changes

Signed-off-by: Abhishek Paul <paul.apaul.abhishek.ap@gmail.com>

[INJIMOB-1874] refactor changes

Signed-off-by: Abhishek Paul <paul.apaul.abhishek.ap@gmail.com>

---------

Signed-off-by: Abhishek Paul <paul.apaul.abhishek.ap@gmail.com>
This commit is contained in:
abhip2565
2024-09-10 14:18:52 +05:30
committed by GitHub
parent c74e802468
commit 47a97c1783
40 changed files with 1588 additions and 896 deletions

View File

@@ -256,10 +256,10 @@ android {
dependencies {
implementation("com.facebook.react:react-android")
implementation 'com.facebook.soloader:soloader:0.10.1+'
implementation("io.mosip:pixelpass:0.2.0")
implementation("io.mosip:secure-keystore:0.2.0")
implementation("io.mosip:tuvali:0.5.1-SNAPSHOT")
implementation("io.mosip:inji-vci-client:0.1.0")
implementation("io.mosip:pixelpass:0.2.1")
implementation("io.mosip:secure-keystore:0.3.0-SNAPSHOT")
implementation("io.mosip:tuvali:0.5.1")
implementation "io.mosip:inji-vci-client:0.1.1"
def isGifEnabled = (findProperty('expo.gif.enabled') ?: "") == "true";
def isWebpEnabled = (findProperty('expo.webp.enabled') ?: "") == "true";