chore: fix version code

This commit is contained in:
auth
2024-04-02 19:59:53 +02:00
committed by GitHub
parent 31183fe3a2
commit 865a8953b8

View File

@@ -6,7 +6,7 @@ plugins {
}
var versionName = "2.0.0"
var versionCode = 1 //"1" for now until stable release
var versionCode = 200
rootProject.ext.set("appVersionName", versionName)
rootProject.ext.set("appVersionCode", versionCode)