mirror of
https://github.com/mosip/inji-wallet.git
synced 2026-01-09 13:38:01 -05:00
[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 <prasadalka1998@gmail.com> * [INJIMOB-2887]: update openid4vp swift package Signed-off-by: adityankannan-tw <adityan.kannan@thoughtworks.com> * [INJIMOB-2748]: bump up the ovp library version Signed-off-by: Alka Prasad <prasadalka1998@gmail.com> --------- Signed-off-by: Alka Prasad <prasadalka1998@gmail.com> Signed-off-by: adityankannan-tw <adityan.kannan@thoughtworks.com> Co-authored-by: adityankannan-tw <adityan.kannan@thoughtworks.com>
This commit is contained in:
@@ -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+'
|
||||
|
||||
Reference in New Issue
Block a user