mirror of
https://github.com/robweber/xbmcbackup.git
synced 2024-11-14 20:35:48 +01:00
change Kodi version to Leia
This commit is contained in:
parent
b34e538d6b
commit
b75487bb2a
@ -10,4 +10,4 @@ before_script:
|
||||
|
||||
# command to run our tests
|
||||
script:
|
||||
- kodi-addon-checker --branch=krypton --allow-folder-id-mismatch
|
||||
- kodi-addon-checker --branch=leia --allow-folder-id-mismatch
|
@ -1,7 +1,7 @@
|
||||
# Backup Addon
|
||||
[![Build Status](https://travis-ci.org/robweber/xbmcbackup.svg?branch=master)](https://travis-ci.org/robweber/xbmcbackup)
|
||||
|
||||
__Kodi Version Compatibility:__ Kodi 17.x (Krypton) and greater
|
||||
__Kodi Version Compatibility:__ Kodi 18.x (Leia) and greater
|
||||
|
||||
## About
|
||||
|
||||
|
@ -1,9 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<addon id="script.xbmcbackup"
|
||||
name="Backup" version="1.5.0" provider-name="robweber">
|
||||
name="Backup" version="1.5.1~beta1" provider-name="robweber">
|
||||
<requires>
|
||||
<!-- jarvis -->
|
||||
<import addon="xbmc.python" version="2.25.0"/>
|
||||
<import addon="xbmc.python" version="2.26.0"/>
|
||||
<import addon="script.module.httplib2" version="0.8.0" />
|
||||
<import addon="script.module.oauth2client" version="4.1.2" />
|
||||
<import addon="script.module.uritemplate" version="0.6" />
|
||||
|
Loading…
Reference in New Issue
Block a user