Skip to content

Commit

Permalink
upgrade version - 2.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mvmike committed Jan 10, 2024
1 parent 3ce9239 commit 669db92
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 = 81
versionName = "2.15.1"
versionCode = 82
versionName = "2.16.0"

multiDexEnabled = true
}
Expand Down
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/82.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
v2.16.0
- fix incorrect instance calculation on events in different timezones than system
- fix widget automatic refresh after updating
- technical maintenance

0 comments on commit 669db92

Please sign in to comment.