Skip to content

Commit

Permalink
Bump version to v6.26.4
Browse files Browse the repository at this point in the history
  • Loading branch information
cody-signal committed Jul 24, 2023
1 parent c09ae9a commit 859efab
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@ ktlint {
}

def canonicalVersionCode = 1293
def canonicalVersionName = "6.26.3"
def canonicalVersionName = "6.26.4"

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') ]

Expand Down

0 comments on commit 859efab

Please sign in to comment.