Skip to content

Commit

Permalink
Dark sea green
Browse files Browse the repository at this point in the history
  • Loading branch information
sadellie committed Jul 31, 2022
1 parent 44060aa commit a085a88
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ android {
applicationId = "com.sadellie.unitto"
minSdk = 21
targetSdk = 32
versionCode = 8
versionName = "Cornsilk"
versionCode = 9
versionName = "Dark sea green"
buildConfigField("Boolean", "ANALYTICS", "true")

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
Expand Down
11 changes: 11 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/9.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
"Dark sea green" update is here:
1. Brand new screen for Themes
2. Increased keyboard button text size
3. Animated TopBar text on app launch
4. Animated long press on keyboard buttons
5. Animated "swap units" button
6. Animated theme change
7. App loads even faster now
8. Tiny fixes

Roadmap: https://trello.com/b/cxAbRlvu/unitto

0 comments on commit a085a88

Please sign in to comment.