File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
example/android/app/src/main Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 1+ ## NEXT
2+
3+ - Fixes PlatformException in example app for Android 14 (API level 34) versions and newer by updating manifest permissions.
4+
15## 5.0.1+1
26
37- Bump ` androidx.core:core ` to version 1.16.0
Original file line number Diff line number Diff line change 99 <!-- Permissions options for the `location` group -->
1010 <uses-permission android : name =" android.permission.ACCESS_FINE_LOCATION" />
1111 <uses-permission android : name =" android.permission.ACCESS_COARSE_LOCATION" />
12+ <uses-permission android : name =" android.permission.FOREGROUND_SERVICE_LOCATION" />
1213 <uses-permission android : name =" android.permission.FOREGROUND_SERVICE" />
1314 <uses-permission android : name =" android.permission.POST_NOTIFICATIONS" />
1415
You can’t perform that action at this time.
0 commit comments