Olive Green

This commit is contained in:
Sad Ellie 2023-10-29 21:35:11 +03:00
parent 2fea01a8b6
commit 48e75093bd
3 changed files with 9 additions and 2 deletions

View File

@ -34,7 +34,7 @@ android {
applicationId = "com.sadellie.unitto"
minSdk = 21
targetSdk = 34
versionCode = 28
versionCode = 29
versionName = "Olive Green"
resourceConfigurations += setOf(
"en",

View File

@ -0,0 +1,7 @@
"Olive Green" update:
- Time zone converter
- AC Button
- New search experience
- No more Montserrat, only Lato and system font
- Removed Herobrine

View File

@ -1,5 +1,5 @@
[versions]
appCode = "28"
appCode = "29"
appName = "Olive Green"
androidxBrowserBrowser = "1.6.0"