Skip to content

Commit e9be38d

Browse files
globules-iomauron85
authored andcommitted
Update README.md (mauron85#575)
1 parent 84835f4 commit e9be38d

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,13 @@ cordova plugin add @mauron85/cordova-plugin-background-geolocation \
6565
Or in `config.xml`:
6666

6767
```
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">
6969
<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" />
7375
</plugin>
7476
```
7577

0 commit comments

Comments
 (0)