beta version update

This commit is contained in:
Finnley Somdahl 2023-12-06 00:44:08 -06:00
parent 97a4cba680
commit 9fc80d6397

View file

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