Upgraded the kiwix version to .3.13.0.

This commit is contained in:
MohitMaliFtechiz 2024-12-18 14:34:16 +05:30 committed by Kelson
parent cdd03ec34b
commit bd2e299548

View File

@ -30,6 +30,6 @@ object Config {
// Version Information // Version Information
const val versionMajor = 3 // Major version component of the app's version name and version code. const val versionMajor = 3 // Major version component of the app's version name and version code.
const val versionMinor = 12 // Minor 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 versionPatch = 0 // Patch 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.
} }