update preparation

This commit is contained in:
Finnley Somdahl 2023-10-22 02:33:06 -05:00
parent dc959796e6
commit dc165fa6bc
2 changed files with 8 additions and 7 deletions

View file

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