Skip to content

Commit 352449f

Browse files
authored
Merge pull request #3630 from kiwix/release-3.9.1
Release 3.9.1
2 parents 3c17704 + 0258c09 commit 352449f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
3.9.1
2+
Bug Fixes:
3+
* Better permission requesting (https://github.com/kiwix/kiwix-android/pull/3618)
4+
* Better trigger Error reporting activity by crash (https://github.com/kiwix/kiwix-android/pull/3621)
5+
* Slightly improved (to avoid redundancies) CI GitHub Action (https://github.com/kiwix/kiwix-android/pull/3616)
6+
* Remove latencies while typing to get article suggestions (https://github.com/kiwix/kiwix-android/pull/3612)
7+
18
3.9.0
29
New Features:
310
* Added a start-up message to inform users about restrictions on sideloading ZIM files in the Google Store app. (https://github.com/kiwix/kiwix-android/pull/3583)

buildSrc/src/main/kotlin/Config.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ object Config {
3131
// Version Information
3232
const val versionMajor = 3 // Major version component of the app's version name and version code.
3333
const val versionMinor = 9 // Minor version component of the app's version name and version code.
34-
const val versionPatch = 0 // Patch version component of the app's version name and version code.
34+
const val versionPatch = 1 // Patch version component of the app's version name and version code.
3535
}

0 commit comments

Comments
 (0)