mirror of
https://github.com/mosip/inji-wallet.git
synced 2026-01-09 05:27:57 -05:00
[INJIMOB-3409] chore: update ovp lib version to get public key resolution support (#2058)
* [INJIMOB-3408] chore: update ovp lib version Signed-off-by: KiruthikaJeyashankar <kiruthikavjshankar@gmail.com> * [INJIMOB-3408] chore: update ovp lib to 0.5.0-SNAPSHOT Signed-off-by: KiruthikaJeyashankar <kiruthikavjshankar@gmail.com> --------- Signed-off-by: KiruthikaJeyashankar <kiruthikavjshankar@gmail.com>
This commit is contained in:
committed by
GitHub
parent
4d97cb8ec5
commit
659d16ea40
@@ -341,7 +341,7 @@ fileignoreconfig:
|
||||
- filename: android/app/src/main/java/io/mosip/residentapp/InjiVciClientModule.java
|
||||
checksum: 17f55840bab193bc353034445ba4fce53e1ce466e95f616c15a1351f8d2f23bc
|
||||
- filename: ios/Inji.xcworkspace/xcshareddata/swiftpm/Package.resolved
|
||||
checksum: 23b9d6c7dd17bcffc583d743b387e7cf5a4785a76848dea58121d1f54cbe517f
|
||||
checksum: 3cedf13dd287307d7ed29958a65127919cc3e47293c1959a91388329451dbf1e
|
||||
- filename: injitest/src/main/resources/Vids.json
|
||||
checksum: 8bcffed7a6dd565ae695e1b29de0655e10bd5c5420af2718defd593a687b8817
|
||||
- filename: injitest/src/main/java/inji/utils/UpdateNetworkSettings.java
|
||||
|
||||
@@ -267,7 +267,7 @@ dependencies {
|
||||
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion"
|
||||
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3")
|
||||
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3")
|
||||
implementation("io.mosip:inji-openid4vp-aar:0.4.0-SNAPSHOT"){
|
||||
implementation("io.mosip:inji-openid4vp-aar:0.5.0-SNAPSHOT"){
|
||||
changing = true
|
||||
exclude group: 'org.bouncycastle', module: 'bcpkix-jdk15on'
|
||||
exclude group: 'org.bouncycastle', module: 'bcpkix-jdk18on'
|
||||
|
||||
@@ -853,7 +853,7 @@
|
||||
isa = XCRemoteSwiftPackageReference;
|
||||
repositoryURL = "https://github.com/mosip/inji-openid4vp-ios-swift.git";
|
||||
requirement = {
|
||||
branch = "release-0.4.x";
|
||||
branch = develop;
|
||||
kind = branch;
|
||||
};
|
||||
};
|
||||
|
||||
@@ -69,8 +69,8 @@
|
||||
"kind" : "remoteSourceControl",
|
||||
"location" : "https://github.com/mosip/inji-openid4vp-ios-swift.git",
|
||||
"state" : {
|
||||
"branch" : "release-0.4.x",
|
||||
"revision" : "788a408c65a4aae296e8a0a32352c6d8abf369d0"
|
||||
"branch" : "develop",
|
||||
"revision" : "51a690be810904ed5691e821801591e9ae6600ae"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user