Fix versionName

...you'll need to reTag 2.4 after merge
This commit is contained in:
Licaon_Kter 2018-09-11 23:55:27 +00:00 committed by Isaac Hutt
parent 1ddab91903
commit b6957df14c

View File

@ -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