Bump app version to 2.0.0 build to 393

This commit is contained in:
Elias Nahum
2022-04-29 12:57:19 -04:00
parent 6e0dbc2b66
commit abe23b926c
6 changed files with 23 additions and 23 deletions

View File

@@ -144,7 +144,7 @@ android {
applicationId "com.mattermost.rnbeta"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 333
versionCode 393
versionName "2.0.0"
testBuildType System.getProperty('testBuildType', 'debug')
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
@@ -385,4 +385,4 @@ def isNewArchitectureEnabled() {
// - Invoke gradle with `-newArchEnabled=true`
// - Set an environment variable `ORG_GRADLE_PROJECT_newArchEnabled=true`
return project.hasProperty("newArchEnabled") && project.newArchEnabled == "true"
}
}