Skip to content

Commit 9b33346

Browse files
version bump
1 parent a0e60a2 commit 9b33346

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
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

0 commit comments

Comments
 (0)