Skip to content

Commit

Permalink
Set to specific 1.1.2 module
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisism committed May 4, 2024
1 parent e638fd1 commit 3e98f12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion addon.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<requires>
<import addon="xbmc.python" version="3.0.0"/>
<import addon="script.module.routing" version="0.2.3"/>
<import addon="script.module.akl" version="1.1.1"/>
<import addon="script.module.akl" version="1.1.2"/>
</requires>
<extension point="xbmc.python.pluginsource" library="addon.py">
<provides>executable game</provides>
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ kodi-addon-checker==0.0.31
Kodistubs==21.0.0
routing==0.2.3
pytest==6.2.5
script.module.akl==1.1.1
script.module.akl==1.1.2
requests==2.22.0
flake8==5.0.4

0 comments on commit 3e98f12

Please sign in to comment.