release 3.6.0

This commit is contained in:
MohitMali 2022-07-29 19:35:41 +05:30
parent 8c611e004e
commit 8e53bfaa17
4 changed files with 16 additions and 2 deletions

View File

@ -1,3 +1,15 @@
3.6.0
* FIX: Upgrade to Kotlin 1.7.0.
* FIX: Introduce google play build variant.
* FIX: Upgrade project environment from java 8 to java 11.
* FIX: Upgrade detekt lib to 1.20.0.
* FIX: Upgrade klint lib to 10.3.0.
* FIX: Google play publisher upgrade to 3.7.0.
* FIX: Pdf/Epub files opening issue fixes.
* FIX: Same pictures are saved multiple times.
* FIX: Introductory screen hangup issue fixed.
* FIX: Better Management of Permission require in project.
3.5.0 3.5.0
* FIX: Storing Zim/Book files inside the public Kiwix Directory on internal storage. * FIX: Storing Zim/Book files inside the public Kiwix Directory on internal storage.
* FIX: Storing Zim/Book files inside the public Kiwix Directory on external storage in android 11 and above. * FIX: Storing Zim/Book files inside the public Kiwix Directory on external storage in android 11 and above.

2
VERSION_INFO Normal file
View File

@ -0,0 +1,2 @@
3.6.0
7230600

View File

@ -10,7 +10,7 @@ apply(from = rootProject.file("jacoco.gradle"))
ext { ext {
set("versionMajor", 3) set("versionMajor", 3)
set("versionMinor", 5) set("versionMinor", 6)
set("versionPatch", 0) set("versionPatch", 0)
} }

View File

@ -21,7 +21,7 @@ apply(plugin = "io.objectbox")
apply(plugin = "com.jakewharton.butterknife") apply(plugin = "com.jakewharton.butterknife")
ext { ext {
set("versionMajor", 3) set("versionMajor", 3)
set("versionMinor", 5) set("versionMinor", 6)
set("versionPatch", 0) set("versionPatch", 0)
} }