mirror of
https://github.com/mosip/inji-wallet.git
synced 2026-01-09 13:38:01 -05:00
[INJIMOB-3696] chore: update app version to 0.22.0 (#2182)
* [INJIMOB-3696] chore: update app version to 0.22.0 Signed-off-by: KiruthikaJeyashankar <kiruthikavjshankar@gmail.com> * [INJIMOB-3696] refactor: optimize imports Signed-off-by: KiruthikaJeyashankar <kiruthikavjshankar@gmail.com> * [INJIMOB-3696] refactor: optimize imports Signed-off-by: KiruthikaJeyashankar <kiruthikavjshankar@gmail.com> --------- Signed-off-by: KiruthikaJeyashankar <kiruthikavjshankar@gmail.com>
This commit is contained in:
committed by
GitHub
parent
717441b9b4
commit
4747cb94d0
@@ -115,7 +115,7 @@ android {
|
||||
applicationId 'io.mosip.residentapp'
|
||||
minSdkVersion rootProject.ext.minSdkVersion
|
||||
targetSdkVersion rootProject.ext.targetSdkVersion
|
||||
versionName "0.21.0"
|
||||
versionName "0.22.0"
|
||||
versionCode 1
|
||||
manifestPlaceholders = [
|
||||
APP_NAME : APP_NAME,
|
||||
|
||||
@@ -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.21.0-#{git_commit}-#{git_branch}"
|
||||
versionName = "0.22.0-#{git_commit}-#{git_branch}"
|
||||
|
||||
gradle(task: "clean bundle#{APP_FLAVOR}Release")
|
||||
upload_to_play_store(
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>io.mosip.inji</groupId>
|
||||
<artifactId>inji-wallet</artifactId>
|
||||
<version>0.21.0-SNAPSHOT</version>
|
||||
<version>0.22.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.21.0-SNAPSHOT-jar-with-dependencies</jarName>
|
||||
<jarName>uitest-inji-wallet-0.22.0-SNAPSHOT-jar-with-dependencies</jarName>
|
||||
</properties>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
|
||||
@@ -754,7 +754,7 @@
|
||||
"$(inherited)",
|
||||
"@executable_path/Frameworks",
|
||||
);
|
||||
MARKETING_VERSION = 0.21.0;
|
||||
MARKETING_VERSION = 0.22.0;
|
||||
OTHER_LDFLAGS = (
|
||||
"$(inherited)",
|
||||
"-ObjC",
|
||||
@@ -793,7 +793,7 @@
|
||||
"$(inherited)",
|
||||
"@executable_path/Frameworks",
|
||||
);
|
||||
MARKETING_VERSION = 0.21.0;
|
||||
MARKETING_VERSION = 0.22.0;
|
||||
OTHER_LDFLAGS = (
|
||||
"$(inherited)",
|
||||
"-ObjC",
|
||||
|
||||
@@ -35,7 +35,7 @@ import {IssuersModel} from '../../machines/Issuers/IssuersModel';
|
||||
import {AUTH_ROUTES} from '../../routes/routesConstants';
|
||||
import {TransactionCodeModal} from './TransactionCodeScreen';
|
||||
import {TrustModal} from '../../components/TrustModal';
|
||||
import i18next from 'i18next';
|
||||
|
||||
export const IssuersScreen: React.FC<
|
||||
HomeRouteProps | RootRouteProps
|
||||
> = props => {
|
||||
|
||||
@@ -20,7 +20,6 @@ import {
|
||||
VCItemContainerFlowType,
|
||||
} from '../../shared/Utils';
|
||||
import {FaceVerificationAlertOverlay} from './FaceVerificationAlertOverlay';
|
||||
import {SvgImage} from '../../components/ui/svg';
|
||||
import {LIVENESS_CHECK} from '../../shared/constants';
|
||||
|
||||
export const SendVcScreen: React.FC = () => {
|
||||
|
||||
Reference in New Issue
Block a user