Skip to content

Commit 613847c

Browse files
[DSD-9885] chore: update ovp & vci client lib version (#2249)
Signed-off-by: KiruthikaJeyashankar <kiruthikavjshankar@gmail.com>
1 parent 6d1568e commit 613847c

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ dependencies {
268268
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3")
269269
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3")
270270
implementation("io.mosip:injivcrenderer-aar:0.1.0")
271-
implementation("io.inji:inji-openid4vp-aar:0.7.0-SNAPSHOT"){
271+
implementation("io.inji:inji-openid4vp-aar:0.7.0"){
272272
changing = true
273273
exclude group: 'org.bouncycastle', module: 'bcpkix-jdk15on'
274274
exclude group: 'org.bouncycastle', module: 'bcpkix-jdk18on'
@@ -281,7 +281,7 @@ dependencies {
281281
implementation("io.mosip:pixelpass-aar:0.7.0")
282282
implementation("io.mosip:secure-keystore:0.3.0")
283283
implementation("io.mosip:tuvali:0.5.2")
284-
implementation("io.inji:inji-vci-client-aar:0.7.0-SNAPSHOT"){
284+
implementation("io.inji:inji-vci-client-aar:0.7.0"){
285285
changing = true
286286
exclude group: 'org.bouncycastle', module: 'bcpkix-jdk15on'
287287
exclude group: 'org.bouncycastle', module: 'bcpkix-jdk18on'

ios/Inji.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1179,16 +1179,16 @@
11791179
isa = XCRemoteSwiftPackageReference;
11801180
repositoryURL = "https://github.com/inji/inji-openid4vp-ios-swift.git";
11811181
requirement = {
1182-
branch = "release-0.7.x";
1183-
kind = branch;
1182+
kind = exactVersion;
1183+
version = 0.7.0;
11841184
};
11851185
};
11861186
C3F18B1B2E320C9A007DBE73 /* XCRemoteSwiftPackageReference "inji-vci-client-ios-swift" */ = {
11871187
isa = XCRemoteSwiftPackageReference;
11881188
repositoryURL = "https://github.com/inji/inji-vci-client-ios-swift";
11891189
requirement = {
1190-
branch = "release-0.7.x";
1191-
kind = branch;
1190+
kind = exactVersion;
1191+
version = 0.7.0;
11921192
};
11931193
};
11941194
/* End XCRemoteSwiftPackageReference section */

ios/Inji.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)