Skip to content

Commit a32b89f

Browse files
committed
Release v1.6
1 parent a7733dc commit a32b89f

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
id 'com.google.devtools.ksp'
55
}
66

7-
def version = 5
7+
def version = 6
88
def is_debug = project.gradle.startParameter.taskNames.any {
99
name -> name.toLowerCase().contains("debug")
1010
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
• Fix full screen intent on Android 14
2+
• Fix vibration issues when navigating away from the app with an expired alarm
3+

0 commit comments

Comments
 (0)