Skip to content

Commit

Permalink
Small release (1.9.3) to fix issue with FDroid and IzzyOnDroid
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmaTellblom committed Nov 24, 2024
1 parent cc339fb commit 8fde17c
Show file tree
Hide file tree
Showing 2 changed files with 12 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 @@ -12,8 +12,8 @@ android {
applicationId = "com.mensinator.app"
minSdk = 26
targetSdk = 35
versionCode = 22
versionName = "1.9.2"
versionCode = 23
versionName = "1.9.3"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
10 changes: 10 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/23.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
UI fixes:
* Swipe enabled to switch months
* Color selection in grid
* Consistency of popups
* Improved texts on main buttons
* Update of import/export buttons

Added languages:
* German
* Translation corrections

0 comments on commit 8fde17c

Please sign in to comment.