chore: version bump

This commit is contained in:
rebel onion 2025-01-16 00:14:25 -06:00
parent 8a9b8cca7e
commit a5babea27c
4 changed files with 6 additions and 55 deletions

View file

@ -18,8 +18,8 @@ android {
minSdk 21
targetSdk 35
versionCode((System.currentTimeMillis() / 60000).toInteger())
versionName "3.2.0"
versionCode 300200000
versionName "3.2.1"
versionCode 300200100
signingConfig signingConfigs.debug
}