File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
fastlane/metadata/android/en-US/changelogs Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ android {
2929 buildConfigField(" long" , " buildTime" , " ${System .currentTimeMillis()} L" )
3030 minSdk = 23
3131 targetSdk = 35
32- versionCode = 211010006
33- versionName = " 2.11.01-beta04 " // keep -release as a suffix also for release, build flavor adds the suffix e.g. .gplay (e.g. 1.00.00-rc0.gplay)
32+ versionCode = 211010007
33+ versionName = " 2.11.01" // keep -release as a suffix also for release, build flavor adds the suffix e.g. .gplay (e.g. 1.00.00-rc0.gplay)
3434 buildConfigField(" String" , " versionCodename" , " \" Pride is a protest \uD83C\uDF08 \" " )
3535 multiDexEnabled = true
3636 vectorDrawables.useSupportLibrary = true
Original file line number Diff line number Diff line change 1+ - Fixes full-screen alarm not being shown full screen when device is locked
2+ - Fixes bug when multiple alarms are present on the same entry, also the first alarm is now triggered correctly
3+ - Fixes bug that task notifications lose quick action buttons when swiped away
4+ - Fixes bug that after restart notifications/alarms might not be triggered
5+ - Version updates
You can’t perform that action at this time.
0 commit comments