Apply back 4.7.0 version name & code
This commit is contained in:
parent
b5c141f081
commit
69d7bff9a5
1 changed files with 4 additions and 2 deletions
|
@ -5,8 +5,10 @@ plugins {
|
|||
id 'org.jlleitschuh.gradle.ktlint'
|
||||
}
|
||||
|
||||
def appVersionName = "4.6.0"
|
||||
def appVersionCode = 40600 // 4.06.00
|
||||
def appVersionName = "4.7.0"
|
||||
// Uncomment for 4.7.0 release
|
||||
// def appVersionCode = 40700 // 4.07.00
|
||||
def appVersionCode = 40690 // 4.06.00
|
||||
|
||||
static def getPackageName() {
|
||||
return "org.linphone"
|
||||
|
|
Loading…
Reference in a new issue