BigNoid / Aeon-Nox

A skin for XBMC/Kodi
Other
253 stars 187 forks source link

Skin stopped working for Kodi v18 Leia RC5 #762

Closed td75 closed 5 years ago

td75 commented 5 years ago

The dependency on xbmc.gui version 5.13.0 could not be satisfied.

zag2me commented 5 years ago

Need to update the Addon.xml file

<import addon="xbmc.gui" version="5.13.0"/>

to

<import addon="xbmc.gui" version="5.14.0"/>

BigNoid commented 5 years ago

Fixed with https://github.com/BigNoid/Aeon-Nox/commit/75eee0b14c8a6f848225afe54f1d8db5c87b943e Will update the skin on repo as soon as I can, hopefully before final release.