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:
Alka Prasad
2024-06-03 14:21:47 +05:30
committed by GitHub
parent 366ee955fd
commit 0ebba67a7c
4 changed files with 9 additions and 33 deletions

View File

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