Bump app build number to 398 (#6236)

This commit is contained in:
Elias Nahum
2022-05-05 14:25:17 -04:00
committed by GitHub
parent 67c65156a7
commit d5856f7b06
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 396
versionCode 398
versionName "1.52.0"
multiDexEnabled = true
testBuildType System.getProperty('testBuildType', 'debug')