Updated kiwix version to 3.10.0.

This commit is contained in:
MohitMaliFtechiz 2024-03-21 14:40:57 +05:30 committed by Kelson
parent d26c1d7daf
commit cf6e2849fe

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 = 9 // 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 = 10 // 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.
}