Updated kiwix version to 3.9.0.

This commit is contained in:
MohitMaliFtechiz 2023-12-14 16:29:25 +05:30 committed by Kelson
parent a32cc8616e
commit 4fdbf540e4

View File

@ -30,6 +30,6 @@ object Config {
// Version Information
const val versionMajor = 3 // Major version component of the app's version name and version code.
const val versionMinor = 8 // Minor version component of the app's version name and version code.
const val versionPatch = 1 // Patch version component of the app's version name and version code.
const val versionMinor = 9 // Minor version component of the app's version name and version code.
const val versionPatch = 0 // Patch version component of the app's version name and version code.
}