icon and logging

This commit is contained in:
Finnley Somdahl 2023-10-29 22:37:28 -05:00
parent 26f9f40042
commit d33568f0ad
4 changed files with 10 additions and 4 deletions

View file

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