mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-08 06:42:21 -04:00
Fix versionName
...you'll need to reTag 2.4 after merge
This commit is contained in:
parent
1ddab91903
commit
b6957df14c
@ -255,7 +255,7 @@ android {
|
|||||||
if (project.hasProperty('version_name')) {
|
if (project.hasProperty('version_name')) {
|
||||||
versionName project.property('version_name')
|
versionName project.property('version_name')
|
||||||
} else {
|
} else {
|
||||||
versionName "2.3"
|
versionName "2.4"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// Custom apps built from a json file, zim file and icon set
|
// Custom apps built from a json file, zim file and icon set
|
||||||
|
Loading…
x
Reference in New Issue
Block a user