version bump

This commit is contained in:
rebelonion 2024-02-08 07:26:14 -06:00
parent 051012be2d
commit c9699ba1fc
2 changed files with 17 additions and 13 deletions

View file

@ -18,8 +18,8 @@ android {
minSdk 23
targetSdk 34
versionCode((System.currentTimeMillis() / 60000).toInteger())
versionName "2.1.0"
versionCode 210000000
versionName "2.2.0"
versionCode 220000000
signingConfig signingConfigs.debug
}