Skip to content

Commit

Permalink
upgrade version - 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mvmike committed Feb 13, 2023
1 parent 7041ff3 commit b67b8a4
Show file tree
Hide file tree
Showing 2 changed files with 6 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 @@ -30,8 +30,8 @@ android {
applicationId = namespace
minSdk = minAndroidVersion
targetSdk = androidVersion
versionCode = 56
versionName = "2.7.1"
versionCode = 57
versionName = "2.8.0"

multiDexEnabled = true
}
Expand Down
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/57.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
v2.8.0
- open calendar when pressing month and year header
- open calendar into clicked day (new config item, disabled by default)
- technical maintenance

0 comments on commit b67b8a4

Please sign in to comment.