mobile: bump android version

This commit is contained in:
Ammar Ahmed
2024-03-15 08:08:16 +05:00
parent 76b3c5ed7a
commit 08e8035fcb

View File

@@ -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'