Skip to content

Commit

Permalink
Olive Green
Browse files Browse the repository at this point in the history
  • Loading branch information
sadellie committed Oct 29, 2023
1 parent 2fea01a commit 48e7509
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ android {
applicationId = "com.sadellie.unitto"
minSdk = 21
targetSdk = 34
versionCode = 28
versionCode = 29
versionName = "Olive Green"
resourceConfigurations += setOf(
"en",
Expand Down
7 changes: 7 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/29.txt
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
appCode = "28"
appCode = "29"
appName = "Olive Green"

androidxBrowserBrowser = "1.6.0"
Expand Down

0 comments on commit 48e7509

Please sign in to comment.