Bump version
This commit is contained in:
parent
b9084db81c
commit
f59faa08a6
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user