mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-08-03 18:56:44 -04:00
Merge pull request #2699 from kiwix/gouri-panda/release/3.4.5
Release/3.4.5
This commit is contained in:
commit
f7933d1c91
@ -1,3 +1,11 @@
|
||||
3.4.5
|
||||
NEW: Supports Android 11
|
||||
NEW: Hotspot socket address better visible, clickable and shareable
|
||||
BUGFIX: Some zim-it files doesn't read anymore
|
||||
BUGFIX: "Search in Kiwix" is just redirecting to Kiwix
|
||||
BUGFIX: Laggy input in search box
|
||||
+ More
|
||||
|
||||
3.4.4
|
||||
NEW: The Download of Zim in now more stable
|
||||
NEW: Updated translations
|
||||
|
@ -11,7 +11,7 @@ apply(from = rootProject.file("jacoco.gradle"))
|
||||
ext {
|
||||
set("versionMajor", 3)
|
||||
set("versionMinor", 4)
|
||||
set("versionPatch", 4)
|
||||
set("versionPatch", 5)
|
||||
}
|
||||
|
||||
fun generateVersionName() = "${ext["versionMajor"]}.${ext["versionMinor"]}.${ext["versionPatch"]}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user