mirror of
https://github.com/mosip/inji-wallet.git
synced 2026-01-09 21:48:04 -05:00
[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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user