From f8f7e625b80d976bfa282b5a7fc0f1d9fa32737c Mon Sep 17 00:00:00 2001 From: ammarahm-ed Date: Wed, 15 Feb 2023 15:40:50 +0500 Subject: [PATCH] ci: change android version code --- apps/mobile/native/android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/mobile/native/android/app/build.gradle b/apps/mobile/native/android/app/build.gradle index 065b696f6..c409dffe3 100644 --- a/apps/mobile/native/android/app/build.gradle +++ b/apps/mobile/native/android/app/build.gradle @@ -160,7 +160,7 @@ android { minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion multiDexEnabled true - versionCode 2027 + versionCode 2035 versionName getNpmVersion() testBuildType System.getProperty('testBuildType', 'debug') testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'