Skip to content

Commit

Permalink
Updated background-geolocation plugin.
Browse files Browse the repository at this point in the history
Seems to be having issues on Android 12 apparently
(HaylLtd/cordova-background-geolocation-plugin#59)
I don't really have any alternative so I should probably look into it myself.
  • Loading branch information
DanielLedger committed Jan 9, 2022
1 parent 29f54b2 commit 4ecee9d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 41 deletions.
39 changes: 7 additions & 32 deletions app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 7 additions & 9 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@
"author": "Apache Cordova Team",
"license": "Apache-2.0",
"devDependencies": {
"@mauron85/cordova-plugin-background-geolocation": "^3.1.0",
"cordova-android": "^9.1.0",
"cordova-background-geolocation-plugin": "^1.1.0",
"cordova-background-geolocation-plugin": "^2.0.1",
"cordova-browser": "^6.0.0",
"cordova-plugin-android-permissions": "^1.1.2",
"cordova-plugin-geolocation": "^4.1.0",
Expand All @@ -32,20 +31,19 @@
"cordova-plugin-geolocation": {
"GPS_REQUIRED": "true"
},
"cordova-plugin-android-permissions": {},
"cordova-plugin-qrcodejs": {},
"cordova-plugin-qrscanner": {},
"cordova-plugin-vibration": {},
"cordova-background-geolocation-plugin": {
"GOOGLE_PLAY_SERVICES_VERSION": "11+",
"ANDROID_SUPPORT_LIBRARY_VERSION": "26+",
"ICON": "@mipmap/ic_launcher",
"SMALL_ICON": "@mipmap/ic_launcher",
"ACCOUNT_NAME": "@string/app_name",
"ACCOUNT_LABEL": "@string/app_name",
"ACCOUNT_TYPE": "$PACKAGE_NAME.account",
"CONTENT_AUTHORITY": "$PACKAGE_NAME"
},
"cordova-plugin-android-permissions": {},
"cordova-plugin-qrcodejs": {},
"cordova-plugin-qrscanner": {},
"cordova-plugin-vibration": {}
}
},
"platforms": [
"browser",
Expand All @@ -56,4 +54,4 @@
"cordova": "^11.0.0",
"jquery": "^3.6.0"
}
}
}

0 comments on commit 4ecee9d

Please sign in to comment.