diff --git a/.talismanrc b/.talismanrc index 43f3c4d6..ae55369c 100644 --- a/.talismanrc +++ b/.talismanrc @@ -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 diff --git a/android/app/build.gradle b/android/app/build.gradle index 4d195fb0..5216ec64 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -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' diff --git a/ios/Inji.xcodeproj/project.pbxproj b/ios/Inji.xcodeproj/project.pbxproj index b0f16a22..d59f6ef2 100644 --- a/ios/Inji.xcodeproj/project.pbxproj +++ b/ios/Inji.xcodeproj/project.pbxproj @@ -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; }; }; diff --git a/ios/Inji.xcworkspace/xcshareddata/swiftpm/Package.resolved b/ios/Inji.xcworkspace/xcshareddata/swiftpm/Package.resolved index f8b0adf6..7c2e8f93 100644 --- a/ios/Inji.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/ios/Inji.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -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" } }, {