Skip to content

Commit

Permalink
Merge pull request #3399 from kiwix/update-3.7.1
Browse files Browse the repository at this point in the history
Update 3.7.1
  • Loading branch information
kelson42 committed Jun 6, 2023
2 parents 02e703c + 1cde78c commit d828f52
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
3.7.0
3.7.1
* FIX: Useless permission request at start for custom apps
* FIX: Few code deprecations
* FIX: Broken back button in custom apps
* FIX: Broken not saving notes in custom apps
* FIX: Application crashing while adding notes
* FIX: Partly broken fullscreen feature
* FIX: Invisible suggestion box in custom apps

3.7.0
New Features:
* Support for Android 13.
* Scrollbar indicator in the download screen
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ apply(from = rootProject.file("jacoco.gradle"))
ext {
set("versionMajor", 3)
set("versionMinor", 7)
set("versionPatch", 0)
set("versionPatch", 1)
}

fun generateVersionName() = "${ext["versionMajor"]}.${ext["versionMinor"]}.${ext["versionPatch"]}"
Expand Down
2 changes: 1 addition & 1 deletion core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ apply(plugin = "com.jakewharton.butterknife")
ext {
set("versionMajor", 3)
set("versionMinor", 7)
set("versionPatch", 0)
set("versionPatch", 1)
}

/*
Expand Down

0 comments on commit d828f52

Please sign in to comment.