Bump version

This commit is contained in:
Rafał Kobyłko 2023-04-25 22:34:12 +02:00
parent 8c0d0cdb5d
commit b5f61028cc

View File

@ -7,8 +7,8 @@ object AppConfig {
private const val verMajor = 4
private const val verMinor = 5
private const val verPatch = 1
private const val verInternal = 1
private const val verPatch = 2
private const val verInternal = 2
const val versionCode = verMajor * 1000000 + verMinor * 10000 + verPatch * 100 + verInternal
const val versionName = "${verMajor}.${verMinor}.${verPatch}"