mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-08-03 10:46:53 -04:00
release 3.6.0
This commit is contained in:
parent
8c611e004e
commit
8e53bfaa17
12
CHANGELOG
12
CHANGELOG
@ -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
2
VERSION_INFO
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
3.6.0
|
||||||
|
7230600
|
@ -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)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -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)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user