We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 313ae76 commit 5320258Copy full SHA for 5320258
1 file changed
addon.xml
@@ -1,9 +1,7 @@
1
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2
<addon id="plugin.video.vimcasts" name="VimCasts" version="1.1" provider-name="Jonathan Beluch (jbel)">
3
<requires>
4
- <import addon="xbmc.python" version="1.0"/>
5
- <!-- Required for getflashvideo.py -->
6
- <import addon="script.module.beautifulsoup" version="3.0.8"/>
+ <import addon="xbmc.python" version="2.0"/>
7
<import addon="script.module.xbmcswift2" version="1.1.1"/>
8
</requires>
9
<extension point="xbmc.python.pluginsource" library="addon.py">
0 commit comments