final fixes before update

This commit is contained in:
Finnley Somdahl 2023-10-25 00:35:09 -05:00
parent 63526c6ed3
commit da4d55a9a8
5 changed files with 47 additions and 9 deletions

View file

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