fix: bottom bar padding

This commit is contained in:
rebel onion 2025-05-23 08:02:13 -05:00
parent c3f6d0ecee
commit fd607d98f8
4 changed files with 19 additions and 4 deletions

View file

@ -18,7 +18,7 @@ android {
minSdk 21
targetSdk 35
versionCode((System.currentTimeMillis() / 60000).toInteger())
versionName "3.2.1"
versionName "3.2.2"
versionCode versionName.split("\\.").collect { it.toInteger() * 100 }.join("") as Integer
signingConfig signingConfigs.debug