We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f1c3bf commit 57afd52Copy full SHA for 57afd52
addon.xml
@@ -1,7 +1,7 @@
1
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2
<addon id="script.service.kodi.callbacks" name="Kodi Callbacks" version="0.9.9" provider-name="KenV99">
3
<requires>
4
- <import addon="xbmc.python" version="2.19.0"/>
+ <import addon="xbmc.python" version="2.20.0"/>
5
<import addon="script.module.requests" version="2.3.0"/>
6
</requires>
7
<extension point="xbmc.service" library="default.py" start="startup">
0 commit comments