From 08e8035fcbe8ad2d27f030fa72cc6ec47f4a70ba Mon Sep 17 00:00:00 2001 From: Ammar Ahmed Date: Fri, 15 Mar 2024 08:08:16 +0500 Subject: [PATCH] mobile: bump android version --- 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 c3dd842b6..2d3d9ccd8 100644 --- a/apps/mobile/native/android/app/build.gradle +++ b/apps/mobile/native/android/app/build.gradle @@ -111,7 +111,7 @@ android { minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion multiDexEnabled true - versionCode 2086 + versionCode 2087 versionName getNpmVersion() testBuildType System.getProperty('testBuildType', 'debug') testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'