mirror of
https://github.com/robweber/xbmcbackup.git
synced 2024-11-14 20:35:48 +01:00
updated google client version
This commit is contained in:
parent
0926c5d3a1
commit
210a907f8a
@ -1,13 +1,13 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||||
<addon id="script.xbmcbackup"
|
<addon id="script.xbmcbackup"
|
||||||
name="Backup" version="1.0.6" provider-name="robweber">
|
name="Backup" version="1.0.7" provider-name="robweber">
|
||||||
<requires>
|
<requires>
|
||||||
<import addon="xbmc.python" version="2.19.0"/>
|
<import addon="xbmc.python" version="2.19.0"/>
|
||||||
<import addon="script.module.httplib2" version="0.8.0" />
|
<import addon="script.module.httplib2" version="0.8.0" />
|
||||||
<import addon="script.module.oauth2client" version="1.4.7" />
|
<import addon="script.module.oauth2client" version="1.4.7" />
|
||||||
<import addon="script.module.uritemplate" version="0.6" />
|
<import addon="script.module.uritemplate" version="0.6" />
|
||||||
<import addon="script.module.yaml" version="3.11"/>
|
<import addon="script.module.yaml" version="3.11"/>
|
||||||
<import addon="script.module.googleapi" version="1.4.0" />
|
<import addon="script.module.googleapi" version="1.4.2" />
|
||||||
</requires>
|
</requires>
|
||||||
<extension point="xbmc.python.script" library="default.py">
|
<extension point="xbmc.python.script" library="default.py">
|
||||||
<provides>executable</provides>
|
<provides>executable</provides>
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
Version 1.0.7
|
||||||
|
|
||||||
|
updated google client api version
|
||||||
|
|
||||||
Version 1.0.6
|
Version 1.0.6
|
||||||
|
|
||||||
fix for custom directories not working recursively
|
fix for custom directories not working recursively
|
||||||
|
Loading…
Reference in New Issue
Block a user