update preparation

This commit is contained in:
Finnley Somdahl 2023-10-20 21:47:28 -05:00
parent 6ddbd4760c
commit 0b9f2bb019
2 changed files with 8 additions and 8 deletions

View file

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