Bump version 1.50.1 build 388 (#6071)

* Bump app version number to  1.50.1

* Bump app build number to  388
This commit is contained in:
Elias Nahum
2022-03-19 10:20:22 -03:00
committed by GitHub
parent b0f6e54660
commit 75927c87d0
8 changed files with 17 additions and 17 deletions

View File

@@ -131,8 +131,8 @@ android {
applicationId "com.mattermost.rnbeta"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 387
versionName "1.50.0"
versionCode 388
versionName "1.50.1"
multiDexEnabled = true
testBuildType System.getProperty('testBuildType', 'debug')
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'