Bump version

This commit is contained in:
世界 2020-08-20 09:08:26 +00:00
parent b9084db81c
commit f59faa08a6
No known key found for this signature in database
GPG Key ID: CD109927C34A63C4

View File

@ -5,8 +5,8 @@ apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
def verName = "7.0.0-rc02"
def verCode = 63
def verName = "7.0.0-rc03"
def verCode = 64
def serviceAccountCredentialsFile = rootProject.file("service_account_credentials.json")
@ -337,7 +337,9 @@ android {
versionNameSuffix '-mini-twitter-emoji'
}
full {
versionNameSuffix '-full'
}
fullNoEmoji {
versionNameSuffix '-full-no-emoji'
}
fullAppleEmoji {
versionNameSuffix '-full-apple-emoji'