Bump version (v2.1.0)

This commit is contained in:
auth
2024-04-27 16:06:54 +02:00
committed by GitHub
parent 21b4eea58f
commit 4a121a4a21

View File

@@ -5,8 +5,8 @@ plugins {
alias(libs.plugins.kotlinAndroid) apply false
}
var versionName = "2.0.2"
var versionCode = 202
var versionName = "2.1.0"
var versionCode = 210
rootProject.ext.set("appVersionName", versionName)
rootProject.ext.set("appVersionCode", versionCode)