We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7733dc commit a32b89fCopy full SHA for a32b89f
2 files changed
app/build.gradle
@@ -4,7 +4,7 @@ plugins {
4
id 'com.google.devtools.ksp'
5
}
6
7
-def version = 5
+def version = 6
8
def is_debug = project.gradle.startParameter.taskNames.any {
9
name -> name.toLowerCase().contains("debug")
10
fastlane/metadata/android/en-US/changelogs/6.txt
@@ -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