Upgraded the kiwix version to 3.12.0

This commit is contained in:
MohitMaliFtechiz 2024-11-21 12:23:49 +05:30
parent 04bf549fea
commit 1904b91da0

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