Bump version

This commit is contained in:
Rafał Kobyłko 2023-08-25 23:46:38 +02:00
parent 560ed47b5e
commit 287980639d

View File

@ -6,8 +6,8 @@ object AppConfig {
const val compileSdk = 34
private const val verMajor = 4
private const val verMinor = 6
private const val verPatch = 4
private const val verMinor = 7
private const val verPatch = 0
private const val verInternal = 0
const val versionCode = verMajor * 1000000 + verMinor * 10000 + verPatch * 100 + verInternal