mirror of
https://github.com/mosip/inji-wallet.git
synced 2026-01-09 13:38:01 -05:00
[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:
committed by
GitHub
parent
50ffc6aace
commit
613ecb3efd
@@ -341,7 +341,7 @@ fileignoreconfig:
|
|||||||
- filename: android/app/src/main/java/io/mosip/residentapp/InjiVciClientModule.java
|
- filename: android/app/src/main/java/io/mosip/residentapp/InjiVciClientModule.java
|
||||||
checksum: 17f55840bab193bc353034445ba4fce53e1ce466e95f616c15a1351f8d2f23bc
|
checksum: 17f55840bab193bc353034445ba4fce53e1ce466e95f616c15a1351f8d2f23bc
|
||||||
- filename: ios/Inji.xcworkspace/xcshareddata/swiftpm/Package.resolved
|
- filename: ios/Inji.xcworkspace/xcshareddata/swiftpm/Package.resolved
|
||||||
checksum: 252427dd3d91cc71d644c0448e07683e3b7f3ff3936b31b075691c1f1cd0ba0d
|
checksum: f1e1c7e8e92ebaf9a46a8916e65b756f059fc60e1149882c46e1b866c5fafe4e
|
||||||
- filename: injitest/src/main/resources/Vids.json
|
- filename: injitest/src/main/resources/Vids.json
|
||||||
checksum: 8bcffed7a6dd565ae695e1b29de0655e10bd5c5420af2718defd593a687b8817
|
checksum: 8bcffed7a6dd565ae695e1b29de0655e10bd5c5420af2718defd593a687b8817
|
||||||
- filename: injitest/src/main/java/inji/utils/UpdateNetworkSettings.java
|
- filename: injitest/src/main/java/inji/utils/UpdateNetworkSettings.java
|
||||||
|
|||||||
@@ -115,7 +115,7 @@ android {
|
|||||||
applicationId 'io.mosip.residentapp'
|
applicationId 'io.mosip.residentapp'
|
||||||
minSdkVersion rootProject.ext.minSdkVersion
|
minSdkVersion rootProject.ext.minSdkVersion
|
||||||
targetSdkVersion rootProject.ext.targetSdkVersion
|
targetSdkVersion rootProject.ext.targetSdkVersion
|
||||||
versionName "0.20.0"
|
versionName "0.21.0"
|
||||||
versionCode 1
|
versionCode 1
|
||||||
manifestPlaceholders = [
|
manifestPlaceholders = [
|
||||||
APP_NAME : APP_NAME,
|
APP_NAME : APP_NAME,
|
||||||
@@ -267,7 +267,7 @@ dependencies {
|
|||||||
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion"
|
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion"
|
||||||
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3")
|
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3")
|
||||||
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android: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"){
|
implementation("io.mosip:inji-openid4vp-aar:0.6.0-SNAPSHOT"){
|
||||||
changing = true
|
changing = true
|
||||||
exclude group: 'org.bouncycastle', module: 'bcpkix-jdk15on'
|
exclude group: 'org.bouncycastle', module: 'bcpkix-jdk15on'
|
||||||
@@ -281,9 +281,9 @@ dependencies {
|
|||||||
implementation("io.mosip:pixelpass-aar:0.7.0")
|
implementation("io.mosip:pixelpass-aar:0.7.0")
|
||||||
implementation("io.mosip:secure-keystore:0.3.0")
|
implementation("io.mosip:secure-keystore:0.3.0")
|
||||||
implementation("io.mosip:tuvali:0.5.2")
|
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("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'
|
exclude group: 'org.bouncycastle', module: 'bcpkix-jdk15on'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -74,7 +74,7 @@ lane :android_build_internal do
|
|||||||
git_commit = sh('git rev-parse --short HEAD').strip
|
git_commit = sh('git rev-parse --short HEAD').strip
|
||||||
git_branch = sh('git rev-parse --abbrev-ref 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")
|
gradle(task: "clean bundle#{APP_FLAVOR}Release")
|
||||||
upload_to_play_store(
|
upload_to_play_store(
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>io.mosip.inji</groupId>
|
<groupId>io.mosip.inji</groupId>
|
||||||
<artifactId>inji-wallet</artifactId>
|
<artifactId>inji-wallet</artifactId>
|
||||||
<version>0.20.0-SNAPSHOT</version>
|
<version>0.21.0-SNAPSHOT</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<name>uitest-inji-wallet</name>
|
<name>uitest-inji-wallet</name>
|
||||||
<description>Project for Inji Mobile UI Automation</description>
|
<description>Project for Inji Mobile UI Automation</description>
|
||||||
@@ -51,7 +51,7 @@
|
|||||||
<maven.gpg.plugin.version>1.5</maven.gpg.plugin.version>
|
<maven.gpg.plugin.version>1.5</maven.gpg.plugin.version>
|
||||||
<maven.shade.plugin.version>3.6.1</maven.shade.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>
|
<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>
|
</properties>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|||||||
@@ -626,7 +626,7 @@
|
|||||||
"$(inherited)",
|
"$(inherited)",
|
||||||
"@executable_path/Frameworks",
|
"@executable_path/Frameworks",
|
||||||
);
|
);
|
||||||
MARKETING_VERSION = 0.20.0;
|
MARKETING_VERSION = 0.21.0;
|
||||||
OTHER_LDFLAGS = (
|
OTHER_LDFLAGS = (
|
||||||
"$(inherited)",
|
"$(inherited)",
|
||||||
"-ObjC",
|
"-ObjC",
|
||||||
@@ -665,7 +665,7 @@
|
|||||||
"$(inherited)",
|
"$(inherited)",
|
||||||
"@executable_path/Frameworks",
|
"@executable_path/Frameworks",
|
||||||
);
|
);
|
||||||
MARKETING_VERSION = 0.20.0;
|
MARKETING_VERSION = 0.21.0;
|
||||||
OTHER_LDFLAGS = (
|
OTHER_LDFLAGS = (
|
||||||
"$(inherited)",
|
"$(inherited)",
|
||||||
"-ObjC",
|
"-ObjC",
|
||||||
@@ -865,8 +865,8 @@
|
|||||||
isa = XCRemoteSwiftPackageReference;
|
isa = XCRemoteSwiftPackageReference;
|
||||||
repositoryURL = "https://github.com/mosip/inji-vc-renderer-ios-swift.git";
|
repositoryURL = "https://github.com/mosip/inji-vc-renderer-ios-swift.git";
|
||||||
requirement = {
|
requirement = {
|
||||||
branch = "release-0.1.x";
|
kind = exactVersion;
|
||||||
kind = branch;
|
version = 0.1.0;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
C3F18B182E320C85007DBE73 /* XCRemoteSwiftPackageReference "inji-openid4vp-ios-swift" */ = {
|
C3F18B182E320C85007DBE73 /* XCRemoteSwiftPackageReference "inji-openid4vp-ios-swift" */ = {
|
||||||
@@ -881,8 +881,8 @@
|
|||||||
isa = XCRemoteSwiftPackageReference;
|
isa = XCRemoteSwiftPackageReference;
|
||||||
repositoryURL = "https://github.com/mosip/inji-vci-client-ios-swift";
|
repositoryURL = "https://github.com/mosip/inji-vci-client-ios-swift";
|
||||||
requirement = {
|
requirement = {
|
||||||
branch = "release-0.6.x";
|
kind = exactVersion;
|
||||||
kind = branch;
|
version = 0.6.0;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
/* End XCRemoteSwiftPackageReference section */
|
/* End XCRemoteSwiftPackageReference section */
|
||||||
|
|||||||
@@ -87,8 +87,8 @@
|
|||||||
"kind" : "remoteSourceControl",
|
"kind" : "remoteSourceControl",
|
||||||
"location" : "https://github.com/mosip/inji-vc-renderer-ios-swift.git",
|
"location" : "https://github.com/mosip/inji-vc-renderer-ios-swift.git",
|
||||||
"state" : {
|
"state" : {
|
||||||
"branch" : "release-0.1.x",
|
"revision" : "68b6c14aaf1e572f84307e0f932d93a66134055d",
|
||||||
"revision" : "68b6c14aaf1e572f84307e0f932d93a66134055d"
|
"version" : "0.1.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -96,8 +96,8 @@
|
|||||||
"kind" : "remoteSourceControl",
|
"kind" : "remoteSourceControl",
|
||||||
"location" : "https://github.com/mosip/inji-vci-client-ios-swift",
|
"location" : "https://github.com/mosip/inji-vci-client-ios-swift",
|
||||||
"state" : {
|
"state" : {
|
||||||
"branch" : "release-0.6.x",
|
"revision" : "5b7b6ee5dc84588c46286a976454fd49f95ce80c",
|
||||||
"revision" : "c64213b4598f65f887acc1b7a309d3cb1e895129"
|
"version" : "0.6.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user