This commit is contained in:
Finnley Somdahl 2023-12-06 00:31:59 -06:00
parent acc5069c83
commit 97a4cba680
3 changed files with 28 additions and 10 deletions

View file

@ -21,7 +21,7 @@ android {
minSdk 23
targetSdk 34
versionCode ((System.currentTimeMillis() / 60000).toInteger())
versionName "1.0.0-beta03i-2"
versionName "2.0.0"
signingConfig signingConfigs.debug
}