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"
minSdk = 21
targetSdk = 33
versionCode = 19
versionName = "Jazzberry jam"
versionCode = 20
versionName = "Kobicha"
}
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]
appCode = "19"
appName = "Jazzberry jam"
appCode = "20"
appName = "Kobicha"
kotlin = "1.8.10"
androidxCore = "1.10.0"
androidGradlePlugin = "7.4.2"