mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-08-03 10:46:53 -04:00
Rename release to 3,4,0
This commit is contained in:
parent
9fede69b46
commit
51af5bfbb4
@ -1,6 +1,6 @@
|
||||
3.3.5
|
||||
3.4.0
|
||||
Beta release of navigation
|
||||
Full release notes to follow in 3.4.0
|
||||
Full release notes to follow in 3.4.1
|
||||
|
||||
3.3.4
|
||||
NEW: Updated translations
|
||||
|
@ -10,8 +10,8 @@ apply(from = rootProject.file("jacoco.gradle"))
|
||||
|
||||
ext {
|
||||
set("versionMajor", 3)
|
||||
set("versionMinor", 3)
|
||||
set("versionPatch", 5)
|
||||
set("versionMinor", 4)
|
||||
set("versionPatch", 0)
|
||||
}
|
||||
|
||||
fun generateVersionName() = "${ext["versionMajor"]}.${ext["versionMinor"]}.${ext["versionPatch"]}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user