mirror of
https://github.com/oxen-io/session-android.git
synced 2023-12-14 02:53:01 +01:00
build: update build number (#1310)
This commit is contained in:
parent
4daa3e6923
commit
29275cef51
1 changed files with 2 additions and 2 deletions
|
@ -31,8 +31,8 @@ configurations.all {
|
|||
exclude module: "commons-logging"
|
||||
}
|
||||
|
||||
def canonicalVersionCode = 354
|
||||
def canonicalVersionName = "1.17.0"
|
||||
def canonicalVersionCode = 355
|
||||
def canonicalVersionName = "1.17.1"
|
||||
|
||||
def postFixSize = 10
|
||||
def abiPostFix = ['armeabi-v7a' : 1,
|
||||
|
|
Loading…
Reference in a new issue