Upgraded the kiwix version to 3.14.0.

This commit is contained in:
MohitMaliFtechiz 2025-01-28 12:56:24 +05:30 committed by Kelson
parent 31f95fca67
commit 6946dceeda

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 = 13 // Minor version component of the app's version name and version code.
const val versionMinor = 14 // 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.
}