mirror of
https://github.com/barbeau/gpstest.git
synced 2025-12-05 18:46:30 -06:00
fix: Update to targetSdkVersion 34
Fixes https://github.com/barbeau/gpstest/issues/694
This commit is contained in:
@@ -8,7 +8,7 @@ android {
|
||||
|
||||
defaultConfig {
|
||||
minSdkVersion 24
|
||||
targetSdkVersion 33
|
||||
targetSdkVersion 34
|
||||
multiDexEnabled true
|
||||
// versionCode scheme - first two digits are minSdkVersion, last three digits are build number
|
||||
versionCode 24098
|
||||
|
||||
@@ -28,6 +28,9 @@
|
||||
<!-- Required for notifications on T+ -->
|
||||
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />
|
||||
|
||||
<!-- Required for the location service when targeting API 34 and up -->
|
||||
<uses-permission android:name="android.permission.FOREGROUND_SERVICE_LOCATION" />
|
||||
|
||||
<application
|
||||
android:name=".Application"
|
||||
android:label="@string/app_name"
|
||||
|
||||
Reference in New Issue
Block a user