mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-08-03 10:46:53 -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')) {
|
||||
versionName project.property('version_name')
|
||||
} else {
|
||||
versionName "2.3"
|
||||
versionName "2.4"
|
||||
}
|
||||
}
|
||||
// Custom apps built from a json file, zim file and icon set
|
||||
@ -385,4 +385,4 @@ testdroid {
|
||||
fullRunConfig {
|
||||
instrumentationRunner = "android.support.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user