Skip to content

Commit

Permalink
upgrade version - 2.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mvmike committed Dec 22, 2023
1 parent b13a84e commit 5e47bef
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 = 80
versionName = "2.15.0"
versionCode = 81
versionName = "2.15.1"

multiDexEnabled = true
}
Expand Down
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/81.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
v2.15.1
- do not request for calendar permissions on opening config or when NONE symbol set
- minor highlight graphic adjustments
- technical maintenance

0 comments on commit 5e47bef

Please sign in to comment.