This commit is contained in:
Sad Ellie 2023-04-25 16:13:39 +03:00
parent 902841fae6
commit fcebc14ffb
4 changed files with 10 additions and 4 deletions

View File

@ -32,8 +32,8 @@ android {
applicationId = "com.sadellie.unitto" applicationId = "com.sadellie.unitto"
minSdk = 21 minSdk = 21
targetSdk = 33 targetSdk = 33
versionCode = 19 versionCode = 20
versionName = "Jazzberry jam" versionName = "Kobicha"
} }
buildTypes { buildTypes {

View File

@ -0,0 +1,6 @@
"Kobicha" update:
- Unitto is now called Calculator and has a *new icon
- Quick Settings Tile
- Better app themes
- Better button icons

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.9 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -1,6 +1,6 @@
[versions] [versions]
appCode = "19" appCode = "20"
appName = "Jazzberry jam" appName = "Kobicha"
kotlin = "1.8.10" kotlin = "1.8.10"
androidxCore = "1.10.0" androidxCore = "1.10.0"
androidGradlePlugin = "7.4.2" androidGradlePlugin = "7.4.2"