From a12a677bfc5a6787d8d23c7c6f2c0b45f8903427 Mon Sep 17 00:00:00 2001 From: CryptoTitan Date: Mon, 20 Nov 2023 10:27:15 +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 dd9b7ffa60..b9c20f28a4 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 541 + versionCode 600 versionName "4.23.0" testBuildType System.getProperty('testBuildType', 'debug') testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'