From 8d4abd6f4764dca2d4b82bb88b4c15fa388f83ea Mon Sep 17 00:00:00 2001 From: CryptoTitan Date: Mon, 20 Nov 2023 01:30:04 +0100 Subject: [PATCH] Update build.gradle Signed-off-by: CryptoTitan --- apps/wallet-mobile/android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/wallet-mobile/android/app/build.gradle b/apps/wallet-mobile/android/app/build.gradle index bfe77362bc..7eab9413e4 100644 --- a/apps/wallet-mobile/android/app/build.gradle +++ b/apps/wallet-mobile/android/app/build.gradle @@ -108,7 +108,7 @@ android { applicationId "com.emurgo" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 539 + versionCode 540 versionName "4.23.0" testBuildType System.getProperty('testBuildType', 'debug') testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'