Skip to content

Commit fb4374b

Browse files
authored
[DSD-8574] update release 17 dependecies (#2031)
Signed-off-by: Abhishek Paul <paul.apaul.abhishek.ap@gmail.com>
1 parent 81fd2ff commit fb4374b

3 files changed

Lines changed: 16 additions & 16 deletions

File tree

android/app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ android {
262262
}
263263

264264
dependencies {
265-
implementation("io.mosip:inji-openid4vp:0.3.0-SNAPSHOT"){
265+
implementation("io.mosip:inji-openid4vp:0.3.0"){
266266
changing = true
267267
exclude group: 'org.bouncycastle', module: 'bcpkix-jdk15on'
268268
exclude group: 'org.bouncycastle', module: 'bcpkix-jdk18on'
@@ -272,12 +272,12 @@ dependencies {
272272
}
273273
implementation("com.facebook.react:react-android")
274274
implementation 'com.facebook.soloader:soloader:0.10.1+'
275-
implementation("io.mosip:pixelpass-aar:0.7.0-SNAPSHOT")
275+
implementation("io.mosip:pixelpass-aar:0.7.0")
276276
implementation("io.mosip:secure-keystore:0.3.0")
277277
implementation("io.mosip:tuvali:0.5.2")
278-
implementation("io.mosip:inji-vci-client:0.3.0-SNAPSHOT")
278+
implementation("io.mosip:inji-vci-client:0.3.0")
279279
implementation("com.google.code.gson:gson:2.10.1")
280-
implementation("io.mosip:vcverifier-aar:1.3.0-SNAPSHOT") {
280+
implementation("io.mosip:vcverifier-aar:1.3.0") {
281281
exclude group: 'org.bouncycastle', module: 'bcpkix-jdk15on'
282282
}
283283

ios/Inji.xcodeproj/project.pbxproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -830,8 +830,8 @@
830830
isa = XCRemoteSwiftPackageReference;
831831
repositoryURL = "https://github.com/mosip/pixelpass-ios-swift/";
832832
requirement = {
833-
branch = "release-0.6.x";
834-
kind = branch;
833+
kind = exactVersion;
834+
version = 0.6.2;
835835
};
836836
};
837837
9C4BE08D2DE06B72005D014E /* XCRemoteSwiftPackageReference "secure-keystore-ios-swift" */ = {
@@ -854,16 +854,16 @@
854854
isa = XCRemoteSwiftPackageReference;
855855
repositoryURL = "https://github.com/mosip/inji-openid4vp-ios-swift";
856856
requirement = {
857-
branch = "release-0.3.x";
858-
kind = branch;
857+
kind = exactVersion;
858+
version = 0.3.0;
859859
};
860860
};
861861
9C66920C2DF96F1E003E5975 /* XCRemoteSwiftPackageReference "inji-vci-client-ios-swift" */ = {
862862
isa = XCRemoteSwiftPackageReference;
863863
repositoryURL = "https://github.com/mosip/inji-vci-client-ios-swift/";
864864
requirement = {
865-
branch = "release-0.3.x";
866-
kind = branch;
865+
kind = exactVersion;
866+
version = 0.3.0;
867867
};
868868
};
869869
/* End XCRemoteSwiftPackageReference section */

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

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

0 commit comments

Comments
 (0)