Skip to content

Commit

Permalink
Merge pull request #76 from peci1/matrix
Browse files Browse the repository at this point in the history
Python3/Kodi 19 compatibility
  • Loading branch information
brozikcz authored Jan 7, 2022
2 parents f459f04 + 01111dc commit 4429bb2
Show file tree
Hide file tree
Showing 34 changed files with 600 additions and 601 deletions.
6 changes: 3 additions & 3 deletions addon.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version='1.0' encoding='utf-8'?>
<addon id="script.module.stream.resolver" name="Stream Resolver" provider-name="Libor Zoubek" version="1.6.62">
<addon id="script.module.stream.resolver" name="Stream Resolver" provider-name="Libor Zoubek" version="1.7.0">
<requires>
<import addon="xbmc.python" version="2.1.0" />
<import addon="xbmc.python" version="3.0.0" />
<import addon="script.common.plugin.cache" version="2.5.5"/>
<import addon="script.module.demjson" version="2.2.3" />
<import addon="script.module.demjson" version="2.3.0" />
<import addon="script.module.beautifulsoup4" version="4.3.1"/>
<import addon="script.module.html5lib" version="0.999.0" />
</requires>
Expand Down
Loading

0 comments on commit 4429bb2

Please sign in to comment.