Bump app build number to 418 (#6564)

This commit is contained in:
Elias Nahum
2022-08-11 08:52:15 -04:00
committed by GitHub
parent 0165e2ab1f
commit 6119ac46e1
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 416
versionCode 418
versionName "1.55.0"
multiDexEnabled = true
testBuildType System.getProperty('testBuildType', 'debug')