From 6edd5c06e2df2f86e6231d75ff193df31b0d786e Mon Sep 17 00:00:00 2001 From: Alka Prasad Date: Thu, 13 Mar 2025 20:15:06 +0530 Subject: [PATCH] [INJIMOB-2748]: exclude google crypto tink module to remove duplicate class error (#1854) * [INJIMOB-2748]: exclude google crypto tink module to remove duplicate class error Signed-off-by: Alka Prasad * [INJIMOB-2887]: update openid4vp swift package Signed-off-by: adityankannan-tw * [INJIMOB-2748]: bump up the ovp library version Signed-off-by: Alka Prasad --------- Signed-off-by: Alka Prasad Signed-off-by: adityankannan-tw Co-authored-by: adityankannan-tw --- android/app/build.gradle | 3 ++- ios/Inji.xcworkspace/xcshareddata/swiftpm/Package.resolved | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 536cca21e..74f981b59 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -262,9 +262,10 @@ android { } dependencies { - implementation("io.mosip:inji-openid4vp:0.2.0-SNAPSHOT"){ + implementation("io.mosip:inji-openid4vp:0.3.0-SNAPSHOT"){ exclude group: 'org.bouncycastle', module: 'bcpkix-jdk15on' exclude group: 'io.mosip', module: 'vcverifier-jar' + exclude group: 'com.google.crypto.tink', module: 'tink' } implementation("com.facebook.react:react-android") implementation 'com.facebook.soloader:soloader:0.10.1+' diff --git a/ios/Inji.xcworkspace/xcshareddata/swiftpm/Package.resolved b/ios/Inji.xcworkspace/xcshareddata/swiftpm/Package.resolved index dd3ec5773..72606d1f3 100644 --- a/ios/Inji.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/ios/Inji.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -43,7 +43,7 @@ "location" : "https://github.com/mosip/inji-openid4vp-ios-swift", "state" : { "branch" : "develop", - "revision" : "209f44d71a723580c27e87b2a12021f2ab63a0a3" + "revision" : "79b8e2acd62219040a56315ab05bef33edead9c9" } }, {