This commit is contained in:
Finnley Somdahl 2023-11-21 03:01:11 -06:00
parent 533aa9f56e
commit 8d9254140d
2 changed files with 7 additions and 2 deletions

View file

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