mirror of
https://github.com/mollyim/mollyim-insider-android.git
synced 2025-05-13 05:40:53 +01:00
Bump version to 6.28.6
This commit is contained in:
parent
14940bbdd9
commit
9e95f18867
1 changed files with 6 additions and 6 deletions
|
@ -46,14 +46,14 @@ ktlint {
|
|||
}
|
||||
|
||||
def canonicalVersionCode = 1310
|
||||
def canonicalVersionName = "6.28.5"
|
||||
def canonicalVersionName = "6.28.6"
|
||||
|
||||
def postFixSize = 100
|
||||
def abiPostFix = ['universal' : 0,
|
||||
'armeabi-v7a' : 1,
|
||||
'arm64-v8a' : 2,
|
||||
'x86' : 3,
|
||||
'x86_64' : 4]
|
||||
def abiPostFix = ['universal' : 5,
|
||||
'armeabi-v7a' : 6,
|
||||
'arm64-v8a' : 7,
|
||||
'x86' : 8,
|
||||
'x86_64' : 9]
|
||||
|
||||
def keystores = [ 'debug' : loadKeystoreProperties('keystore.debug.properties') ]
|
||||
|
||||
|
|
Loading…
Reference in a new issue