Skip to content

Commit

Permalink
New release
Browse files Browse the repository at this point in the history
  • Loading branch information
dgudim committed Dec 3, 2022
1 parent 2fd88a4 commit 1a26cc3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.application'

def versionMajor = 0
def versionMinor = 5
def versionPatch = 1
def versionPatch = 2

ext.getVersionCode = { ->
return versionMajor * 10000 + versionMinor * 100 + versionPatch
Expand Down
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/502.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Several bugs fixed:
Event indicators behaving weird
Events not respecting upcoming/expired sliders
Calendars not hiding when their show checkbox is unchecked
General bugs
Empty file modified gradlew
100644 → 100755
Empty file.

0 comments on commit 1a26cc3

Please sign in to comment.