Bump app build number to 391 (#6159)

This commit is contained in:
Elias Nahum
2022-04-11 14:21:15 -04:00
committed by GitHub
parent 7556da4b02
commit 31a1efaff9
5 changed files with 6 additions and 6 deletions

View File

@@ -131,7 +131,7 @@ android {
applicationId "com.mattermost.rnbeta"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 390
versionCode 391
versionName "1.51.0"
multiDexEnabled = true
testBuildType System.getProperty('testBuildType', 'debug')