mirror of
https://github.com/twofas/2fas-android.git
synced 2024-11-28 13:19:54 +01:00
Bump version
This commit is contained in:
parent
27f24cc40a
commit
4d58a4c9f1
@ -7,7 +7,7 @@ object AppConfig {
|
|||||||
|
|
||||||
private const val verMajor = 4
|
private const val verMajor = 4
|
||||||
private const val verMinor = 2
|
private const val verMinor = 2
|
||||||
private const val verPatch = 1
|
private const val verPatch = 2
|
||||||
private const val verInternal = 0
|
private const val verInternal = 0
|
||||||
|
|
||||||
const val versionCode = verMajor * 1000000 + verMinor * 10000 + verPatch * 100 + verInternal
|
const val versionCode = verMajor * 1000000 + verMinor * 10000 + verPatch * 100 + verInternal
|
||||||
|
Loading…
Reference in New Issue
Block a user