Skip to content

Commit

Permalink
Version 0.5.9 (509)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgudim committed Jan 13, 2023
1 parent 8ac1b0c commit 1ad1d37
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apply plugin: 'com.android.application'

def versionMajor = 0
def versionMinor = 5
def versionPatch = 8
def globalSuffix = ".patch2"
def versionPatch = 9
def globalSuffix = ""

ext.getVersionCode = { ->
return versionMajor * 10000 + versionMinor * 100 + versionPatch
Expand Down
6 changes: 6 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/509.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Internal changes and bugfixes:
- Changed how event and group saving works, should work reliably now
- Fixed groups sometimes unliking from entries
- Fixed group edits / settings resets not saving correctly
- Fixed days on calendar not refreshing completely
- Fixed broken group edit dialog

0 comments on commit 1ad1d37

Please sign in to comment.