Skip to content
Snippets Groups Projects
Commit 4e15bcc5 authored by Cody Henthorne's avatar Cody Henthorne
Browse files

Bump version to 5.30.6

parent b77abf60
No related branches found
No related tags found
No related merge requests found
...@@ -63,14 +63,14 @@ ktlint { ...@@ -63,14 +63,14 @@ ktlint {
} }
def canonicalVersionCode = 996 def canonicalVersionCode = 996
def canonicalVersionName = "5.30.5" def canonicalVersionName = "5.30.6"
def postFixSize = 100 def postFixSize = 100
def abiPostFix = ['universal' : 0, def abiPostFix = ['universal' : 5,
'armeabi-v7a' : 1, 'armeabi-v7a' : 6,
'arm64-v8a' : 2, 'arm64-v8a' : 7,
'x86' : 3, 'x86' : 8,
'x86_64' : 4] 'x86_64' : 9]
def keystores = [ 'debug' : loadKeystoreProperties('keystore.debug.properties') ] def keystores = [ 'debug' : loadKeystoreProperties('keystore.debug.properties') ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment