Skip to content

Commit

Permalink
[DSD-7314] inji mobile 0.15.0 release
Browse files Browse the repository at this point in the history
[DSD-7314] inji mobile 0.15.0 release
  • Loading branch information
Prafulrakhade authored Feb 17, 2025
2 parents 68cd576 + 792075a commit ce187aa
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -262,15 +262,15 @@ android {
}

dependencies {
implementation("io.mosip:inji-openid4vp:0.1.0-SNAPSHOT")
implementation("io.mosip:inji-openid4vp:0.1.0")
implementation("com.facebook.react:react-android")
implementation 'com.facebook.soloader:soloader:0.10.1+'
implementation("io.mosip:pixelpass-aar:0.6.0-SNAPSHOT")
implementation("io.mosip:secure-keystore:0.3.0-SNAPSHOT")
implementation("io.mosip:pixelpass-aar:0.6.0")
implementation("io.mosip:secure-keystore:0.3.0")
implementation("io.mosip:tuvali:0.5.1")
implementation("io.mosip:inji-vci-client:0.2.0-SNAPSHOT")
implementation("io.mosip:inji-vci-client:0.2.0")
implementation("com.google.code.gson:gson:2.10.1")
implementation("io.mosip:vcverifier-aar:1.1.0-SNAPSHOT"){
implementation("io.mosip:vcverifier-aar:1.1.0"){
exclude group: 'org.bouncycastle', module: 'bcpkix-jdk15on'
}

Expand Down
10 changes: 5 additions & 5 deletions ios/Inji.xcworkspace/xcshareddata/swiftpm/Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,16 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/mosip/inji-openid4vp-ios-swift",
"state" : {
"branch" : "release-0.1.x",
"revision" : "2f0a8dc51e29c30c4a05909276ec77e359568246"
"version" : "0.1.0",
"revision" : "0c2077ce23b7513d6f939b59a5299871db94d1da"
}
},
{
"identity" : "inji-vci-client-ios-swift",
"kind" : "remoteSourceControl",
"location" : "https://github.com/mosip/inji-vci-client-ios-swift/",
"state" : {
"branch" : "release-0.2.x",
"version" : "0.2.0",
"revision" : "5fe56728106cffc8eff47e43437f288307c9d91b"
}
},
Expand All @@ -51,7 +51,7 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/mosip/pixelpass-ios-swift/",
"state" : {
"branch" : "release-0.6.x",
"version" : "0.6.0",
"revision" : "7111692893287015599e4e0297bcade6a5375527"
}
},
Expand All @@ -60,7 +60,7 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/mosip/secure-keystore-ios-swift",
"state" : {
"branch" : "release-0.3.x",
"version" : "0.3.0",
"revision" : "1ea5182ca985302d11010b7a16ea496167969ab3"
}
},
Expand Down

0 comments on commit ce187aa

Please sign in to comment.