mirror of
https://github.com/twofas/2fas-android.git
synced 2024-11-21 17:59:50 +01:00
Merge branch 'release/4.5.6' into develop
This commit is contained in:
commit
7b8eb90fd6
@ -7,7 +7,7 @@ object AppConfig {
|
|||||||
|
|
||||||
private const val verMajor = 4
|
private const val verMajor = 4
|
||||||
private const val verMinor = 5
|
private const val verMinor = 5
|
||||||
private const val verPatch = 5
|
private const val verPatch = 6
|
||||||
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