We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01ba417 commit 4fb1622Copy full SHA for 4fb1622
NEWS.txt
@@ -1,4 +1,5 @@
1
-Version 1.4.8 - not yet released
+Version 1.4.8 - 31-dec-2023
2
+* fix crash on Android 14, add FOREGROUND_SERVICE_LOCATION permission (#31)
3
4
Version 1.4.7 - 04-sep-2023
5
* update target SDK version 34 (Android 13)
app/src/main/AndroidManifest.xml
@@ -4,6 +4,9 @@
android:versionCode="46"
android:versionName="1.4.8">
6
7
+ <!-- required since Android 14 / targetSdkVersion 34 -->
8
+ <uses-permission android:name="android.permission.FOREGROUND_SERVICE_LOCATION" />
9
+
10
<!-- required since Android 10 / targetSdkVersion 29 -->
11
<uses-permission android:name="android.permission.ACCESS_BACKGROUND_LOCATION" />
12
0 commit comments