[INJIMOB-3594] chore: update wallet and lib versions (#2111)

* [INJIMOB-3594] chore: update wallet version to 0.21.0

Signed-off-by: KiruthikaJeyashankar <kiruthikavjshankar@gmail.com>

* [INJIMOB-3594] chore: update inji test version to 0.21.0

Signed-off-by: KiruthikaJeyashankar <kiruthikavjshankar@gmail.com>

* [INJIMOB-3594] chore: update library version

Android

- injivcrenderer-aar --- 0.1.0
- inji-openid4vp-aar --- 0.6.0-SNAPSHOT
- inji-vci-client-aar --- 0.6.0
- vcverifier-aar ---- 1.6.0-SNAPSHOT

iOS

- injivcrenderer --- 0.1.0
- inji-openid4vp --- latest develop
- inji-vci-client ---- 0.6.0

Signed-off-by: KiruthikaJeyashankar <kiruthikavjshankar@gmail.com>

---------

Signed-off-by: KiruthikaJeyashankar <kiruthikavjshankar@gmail.com>
This commit is contained in:
KiruthikaJeyashankar
2025-10-22 12:07:48 +05:30
committed by GitHub
parent 50ffc6aace
commit 613ecb3efd
6 changed files with 18 additions and 18 deletions

View File

@@ -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

View File

@@ -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'
}

View File

@@ -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(

View File

@@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.mosip.inji</groupId>
<artifactId>inji-wallet</artifactId>
<version>0.20.0-SNAPSHOT</version>
<version>0.21.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>uitest-inji-wallet</name>
<description>Project for Inji Mobile UI Automation</description>
@@ -51,7 +51,7 @@
<maven.gpg.plugin.version>1.5</maven.gpg.plugin.version>
<maven.shade.plugin.version>3.6.1</maven.shade.plugin.version>
<central.publishing.maven.plugin.version>0.7.0</central.publishing.maven.plugin.version>
<jarName>uitest-inji-wallet-0.20.0-SNAPSHOT-jar-with-dependencies</jarName>
<jarName>uitest-inji-wallet-0.21.0-SNAPSHOT-jar-with-dependencies</jarName>
</properties>
<dependencies>
<dependency>

View File

@@ -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 */

View File

@@ -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"
}
},
{