diff --git a/.talismanrc b/.talismanrc index c779f4bb..c41040fb 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: 252427dd3d91cc71d644c0448e07683e3b7f3ff3936b31b075691c1f1cd0ba0d + checksum: f1e1c7e8e92ebaf9a46a8916e65b756f059fc60e1149882c46e1b866c5fafe4e - 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 17dfd9e9..b19aba0d 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -115,7 +115,7 @@ android { applicationId 'io.mosip.residentapp' minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionName "0.20.0" + versionName "0.21.0" versionCode 1 manifestPlaceholders = [ APP_NAME : APP_NAME, @@ -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:injivcrenderer-aar:0.1.0-SNAPSHOT") + implementation("io.mosip:injivcrenderer-aar:0.1.0") implementation("io.mosip:inji-openid4vp-aar:0.6.0-SNAPSHOT"){ changing = true exclude group: 'org.bouncycastle', module: 'bcpkix-jdk15on' @@ -281,9 +281,9 @@ dependencies { implementation("io.mosip:pixelpass-aar:0.7.0") implementation("io.mosip:secure-keystore:0.3.0") implementation("io.mosip:tuvali:0.5.2") - implementation("io.mosip:inji-vci-client-aar:0.5.0-SNAPSHOT") + implementation("io.mosip:inji-vci-client-aar:0.6.0") implementation("com.google.code.gson:gson:2.10.1") - implementation("io.mosip:vcverifier-aar:1.5.0-SNAPSHOT") { + implementation("io.mosip:vcverifier-aar:1.6.0-SNAPSHOT") { exclude group: 'org.bouncycastle', module: 'bcpkix-jdk15on' } diff --git a/android/fastlane/Fastfile b/android/fastlane/Fastfile index 4c6c6de2..94d1ff24 100644 --- a/android/fastlane/Fastfile +++ b/android/fastlane/Fastfile @@ -74,7 +74,7 @@ lane :android_build_internal do git_commit = sh('git rev-parse --short HEAD').strip git_branch = sh('git rev-parse --abbrev-ref HEAD').strip - versionName = "0.20.0-#{git_commit}-#{git_branch}" + versionName = "0.21.0-#{git_commit}-#{git_branch}" gradle(task: "clean bundle#{APP_FLAVOR}Release") upload_to_play_store( diff --git a/injitest/pom.xml b/injitest/pom.xml index 2765b0de..7d63fe62 100644 --- a/injitest/pom.xml +++ b/injitest/pom.xml @@ -4,7 +4,7 @@ 4.0.0 io.mosip.inji inji-wallet - 0.20.0-SNAPSHOT + 0.21.0-SNAPSHOT jar uitest-inji-wallet Project for Inji Mobile UI Automation @@ -51,7 +51,7 @@ 1.5 3.6.1 0.7.0 - uitest-inji-wallet-0.20.0-SNAPSHOT-jar-with-dependencies + uitest-inji-wallet-0.21.0-SNAPSHOT-jar-with-dependencies diff --git a/ios/Inji.xcodeproj/project.pbxproj b/ios/Inji.xcodeproj/project.pbxproj index 5602c2a0..cede7aa2 100644 --- a/ios/Inji.xcodeproj/project.pbxproj +++ b/ios/Inji.xcodeproj/project.pbxproj @@ -626,7 +626,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 0.20.0; + MARKETING_VERSION = 0.21.0; OTHER_LDFLAGS = ( "$(inherited)", "-ObjC", @@ -665,7 +665,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 0.20.0; + MARKETING_VERSION = 0.21.0; OTHER_LDFLAGS = ( "$(inherited)", "-ObjC", @@ -865,8 +865,8 @@ isa = XCRemoteSwiftPackageReference; repositoryURL = "https://github.com/mosip/inji-vc-renderer-ios-swift.git"; requirement = { - branch = "release-0.1.x"; - kind = branch; + kind = exactVersion; + version = 0.1.0; }; }; C3F18B182E320C85007DBE73 /* XCRemoteSwiftPackageReference "inji-openid4vp-ios-swift" */ = { @@ -881,8 +881,8 @@ isa = XCRemoteSwiftPackageReference; repositoryURL = "https://github.com/mosip/inji-vci-client-ios-swift"; requirement = { - branch = "release-0.6.x"; - kind = branch; + kind = exactVersion; + version = 0.6.0; }; }; /* End XCRemoteSwiftPackageReference section */ diff --git a/ios/Inji.xcworkspace/xcshareddata/swiftpm/Package.resolved b/ios/Inji.xcworkspace/xcshareddata/swiftpm/Package.resolved index 6803e966..85a523d6 100644 --- a/ios/Inji.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/ios/Inji.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -87,8 +87,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/mosip/inji-vc-renderer-ios-swift.git", "state" : { - "branch" : "release-0.1.x", - "revision" : "68b6c14aaf1e572f84307e0f932d93a66134055d" + "revision" : "68b6c14aaf1e572f84307e0f932d93a66134055d", + "version" : "0.1.0" } }, { @@ -96,8 +96,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/mosip/inji-vci-client-ios-swift", "state" : { - "branch" : "release-0.6.x", - "revision" : "c64213b4598f65f887acc1b7a309d3cb1e895129" + "revision" : "5b7b6ee5dc84588c46286a976454fd49f95ce80c", + "version" : "0.6.0" } }, {