mirror of
https://bitbucket.org/TheBosZ/cordova-plugin-run-in-background
synced 2024-11-15 03:54:54 +00:00
Resolve possibly dependency conflict
This commit is contained in:
parent
d65bb5141f
commit
9c0f7d29bc
@ -1,4 +1,7 @@
|
|||||||
## ChangeLog
|
## ChangeLog
|
||||||
|
#### Version 0.6.4 (03.03.2015)
|
||||||
|
- Resolve possibly dependency conflict
|
||||||
|
|
||||||
#### Version 0.6.3 (01.01.2015)
|
#### Version 0.6.3 (01.01.2015)
|
||||||
- [feature:] Silent mode for Android
|
- [feature:] Silent mode for Android
|
||||||
|
|
||||||
|
@ -68,6 +68,9 @@ More informations can be found [here][PGB_plugin].
|
|||||||
|
|
||||||
|
|
||||||
## ChangeLog
|
## ChangeLog
|
||||||
|
#### Version 0.6.4 (03.03.2015)
|
||||||
|
- Resolve possibly dependency conflict
|
||||||
|
|
||||||
#### Version 0.6.3 (01.01.2015)
|
#### Version 0.6.3 (01.01.2015)
|
||||||
- [feature:] Silent mode for Android
|
- [feature:] Silent mode for Android
|
||||||
|
|
||||||
|
@ -20,9 +20,7 @@
|
|||||||
<author>Sebastián Katzer</author>
|
<author>Sebastián Katzer</author>
|
||||||
|
|
||||||
<!-- dependencies -->
|
<!-- dependencies -->
|
||||||
<dependency
|
<dependency id="org.apache.cordova.device" />
|
||||||
id="org.apache.cordova.device"
|
|
||||||
url="https://github.com/apache/cordova-plugin-device" />
|
|
||||||
|
|
||||||
<!-- cordova -->
|
<!-- cordova -->
|
||||||
<engines>
|
<engines>
|
||||||
|
Loading…
Reference in New Issue
Block a user