Upgraded the kiwix version to 3.11.0.

This commit is contained in:
MohitMaliFtechiz 2024-06-06 14:41:42 +05:30 committed by Kelson
parent 3bd5380221
commit f58559ed17

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