mirror of
https://bitbucket.org/TheBosZ/cordova-plugin-run-in-background
synced 2024-11-14 19:44:53 +00:00
Update README.md
This commit is contained in:
parent
90331acb1e
commit
d65bb5141f
@ -50,7 +50,7 @@ cordova plugin add de.appplant.cordova.plugin.background-mode --searchpath path
|
||||
or to use the last stable version:
|
||||
```bash
|
||||
# ~~ stable version ~~
|
||||
cordova plugin add de.appplant.cordova.plugin.background-mode@0.6.2
|
||||
cordova plugin add de.appplant.cordova.plugin.background-mode@0.6.3
|
||||
```
|
||||
|
||||
To remove the plug-in, run the following command:
|
||||
@ -61,7 +61,7 @@ cordova plugin rm de.appplant.cordova.plugin.background-mode
|
||||
### PhoneGap Build
|
||||
Add the following xml to your config.xml to always use the latest version of this plugin:
|
||||
```xml
|
||||
<gap:plugin name="de.appplant.cordova.plugin.background-mode" version="0.6.2" />
|
||||
<gap:plugin name="de.appplant.cordova.plugin.background-mode" version="0.6.3" />
|
||||
```
|
||||
|
||||
More informations can be found [here][PGB_plugin].
|
||||
|
Loading…
Reference in New Issue
Block a user