Skip to content

Commit

Permalink
addon.xml: bump xbmc.python dependency to 2.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
herrnst committed Mar 28, 2019
1 parent 4951539 commit fc6d169
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.xbmc.lcdproc" name="XBMC LCDproc" version="3.0.5" provider-name="Team Kodi: Memphiz, Daniel 'herrnst' Scheller">
<requires>
<import addon="xbmc.python" version="2.25.0"/>
<import addon="xbmc.python" version="2.26.0"/>
</requires>
<extension point="xbmc.service" library="main.py"/>
<extension point="xbmc.addon.metadata">
Expand Down

0 comments on commit fc6d169

Please sign in to comment.