mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-08-03 10:46:53 -04:00
bump app version
This commit is contained in:
parent
d2a63fcbf0
commit
01da2c791c
@ -11,7 +11,7 @@ apply(from = rootProject.file("jacoco.gradle"))
|
||||
ext {
|
||||
set("versionMajor", 3)
|
||||
set("versionMinor", 3)
|
||||
set("versionPatch", 4)
|
||||
set("versionPatch", 5)
|
||||
}
|
||||
|
||||
fun generateVersionName() = "${ext["versionMajor"]}.${ext["versionMinor"]}.${ext["versionPatch"]}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user