File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -65,11 +65,13 @@ cordova plugin add @mauron85/cordova-plugin-background-geolocation \
65
65
Or in ` config.xml ` :
66
66
67
67
```
68
- <plugin name="@mauron85/cordova-plugin-background-geolocation">
68
+ <plugin name="cordova-plugin-mauron85-background-geolocation" spec=" @mauron85/cordova-plugin-background-geolocation@~3.0.3 ">
69
69
<variable name="GOOGLE_PLAY_SERVICES_VERSION" value="11+" />
70
- <variable name="ANDROID_SUPPORT_LIBRARY_VERSION" value="23+" />
71
- <variable name="ALWAYS_USAGE_DESCRIPTION" value="App requires background tracking enabled" />
72
- <variable name="MOTION_USAGE_DESCRIPTION" value="App requires motion detection" />
70
+ <variable name="ANDROID_SUPPORT_LIBRARY_VERSION" value="26+" />
71
+ <variable name="ICON" value="@mipmap/icon" />
72
+ <variable name="SMALL_ICON" value="@mipmap/icon" />
73
+ <variable name="ALWAYS_USAGE_DESCRIPTION" value="App requires background tracking " />
74
+ <variable name="MOTION_USAGE_DESCRIPTION" value="App requires motion detection" />
73
75
</plugin>
74
76
```
75
77
You can’t perform that action at this time.
0 commit comments