Skip to content

Commit

Permalink
Can't save to file when using Android 10 #1341 - Added missing plugin…
Browse files Browse the repository at this point in the history
… to cordova list
  • Loading branch information
HarelM committed Oct 27, 2020
1 parent d4fc90b commit c6073cf
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions IsraelHiking.Web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,16 @@
"IOS_UNIFORM_TYPE_IDENTIFIER": "public.image",
"SHAREEXT_DEVELOPMENT_TEAM": "\"2KT88923M5\"",
"ANDROID_EXTRA_ACTIONS": " "
},
"cordova-plugin-background-geolocation": {
"GOOGLE_PLAY_SERVICES_VERSION": "11+",
"ANDROID_SUPPORT_LIBRARY_VERSION": "26+",
"ICON": "@mipmap/icon",
"SMALL_ICON": "@mipmap/icon",
"ACCOUNT_NAME": "@string/app_name",
"ACCOUNT_LABEL": "@string/app_name",
"ACCOUNT_TYPE": "$PACKAGE_NAME.account",
"CONTENT_AUTHORITY": "$PACKAGE_NAME"
}
},
"platforms": [
Expand Down

0 comments on commit c6073cf

Please sign in to comment.