mirror of
https://github.com/mosip/inji-wallet.git
synced 2026-01-09 21:48:04 -05:00
Tuvali and SecureKeystore version change (#1475)
* [INJIMOB-890]: revert tuvali version to 0.4.9 Signed-off-by: Alka Prasad <prasadalka1998@gmail.com> * [INJIMOB-1387]: bump up the secure-keystore version Signed-off-by: Alka Prasad <prasadalka1998@gmail.com> * [INJIMOB-1387]: update signing key from RSA-4096 to RSA-2048 Signed-off-by: Alka Prasad <prasadalka1998@gmail.com> * [INJIMOB-1387]: change tuvali version to 0.4.9 Signed-off-by: Alka Prasad <prasadalka1998@gmail.com> --------- Signed-off-by: Alka Prasad <prasadalka1998@gmail.com>
This commit is contained in:
@@ -257,7 +257,7 @@ dependencies {
|
||||
implementation("com.facebook.react:react-android")
|
||||
implementation 'com.facebook.soloader:soloader:0.10.1+'
|
||||
implementation("io.mosip:pixelpass:1.2-SNAPSHOT")
|
||||
implementation("io.mosip:secure-keystore:1.1-SNAPSHOT")
|
||||
implementation("io.mosip:secure-keystore:1.2-SNAPSHOT")
|
||||
|
||||
def isGifEnabled = (findProperty('expo.gif.enabled') ?: "") == "true";
|
||||
def isWebpEnabled = (findProperty('expo.webp.enabled') ?: "") == "true";
|
||||
|
||||
Reference in New Issue
Block a user