Skip to content

Commit

Permalink
Merge pull request xbmc#23926 from jjd-uk/bump_gui
Browse files Browse the repository at this point in the history
[GUI][Skins] Bump to xbmc.gui 5.17.0
  • Loading branch information
fuzzard authored Oct 21, 2023
2 parents 10bf841 + 9605021 commit 55c05bd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions addons/skin.estouchy/addon.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon id="skin.estouchy" version="3.0.8" name="Estouchy" provider-name="Team Kodi">
<addon id="skin.estouchy" version="4.0.0" name="Estouchy" provider-name="Team Kodi">
<requires>
<import addon="xbmc.gui" version="5.16.0"/>
<import addon="xbmc.gui" version="5.17.0"/>
</requires>
<extension point="xbmc.gui.skin" debugging="false">
<res width="1280" height="960" aspect="4:3" folder="xml"/>
Expand Down
4 changes: 2 additions & 2 deletions addons/skin.estuary/addon.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon id="skin.estuary" version="3.0.10" name="Estuary" provider-name="phil65, Ichabod Fletchman">
<addon id="skin.estuary" version="4.0.0" name="Estuary" provider-name="phil65, Ichabod Fletchman">
<requires>
<import addon="xbmc.gui" version="5.16.0"/>
<import addon="xbmc.gui" version="5.17.0"/>
</requires>
<extension point="xbmc.gui.skin" debugging="false">
<res width="1920" height="1440" aspect="4:3" default="false" folder="xml" />
Expand Down
2 changes: 1 addition & 1 deletion addons/xbmc.gui/addon.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon id="xbmc.gui" version="5.16.0" provider-name="Team Kodi">
<addon id="xbmc.gui" version="5.17.0" provider-name="Team Kodi">
<backwards-compatibility abi="5.15.0"/>
<requires>
<import addon="xbmc.core" version="0.1.0"/>
Expand Down

0 comments on commit 55c05bd

Please sign in to comment.