Merge branch 'single-server-2' into whitelabel-2

This commit is contained in:
Diego Mello 2020-03-12 11:23:34 -03:00
commit c53f05bcfd
2 changed files with 5 additions and 3 deletions

View File

@ -134,11 +134,11 @@ android {
}
defaultConfig {
applicationId "chat.rocket.reactnative"
applicationId APPLICATIONID as String
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode VERSIONCODE as Integer
versionName "4.5.1"
versionName VERSIONNAME as String
vectorDrawables.useSupportLibrary = true
manifestPlaceholders = [BugsnagAPIKey: BugsnagAPIKey as String]
}

View File

@ -21,5 +21,7 @@
org.gradle.jvmargs=-Xmx2048M -XX\:MaxHeapSize\=32g
android.useAndroidX=true
android.enableJetifier=true
VERSIONCODE=999999999
APPLICATIONID=chat.rocket.reactnative
VERSIONNAME=4.5.1
VERSIONCODE=1
BugsnagAPIKey=""