mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-21 19:41:38 -04:00
Bump version name/number
This commit is contained in:
parent
287d816304
commit
e86b3ef11e
@ -248,12 +248,12 @@ android {
|
||||
def version_code = project.property('version_code')
|
||||
versionCode version_code.toInteger()
|
||||
} else {
|
||||
versionCode 55
|
||||
versionCode 56
|
||||
}
|
||||
if (project.hasProperty('version_name')) {
|
||||
versionName project.property('version_name')
|
||||
} else {
|
||||
versionName "2.4"
|
||||
versionName "2.5"
|
||||
}
|
||||
}
|
||||
// Custom apps built from a json file, zim file and icon set
|
||||
|
Loading…
x
Reference in New Issue
Block a user