Skip to content

Commit 92cc56f

Browse files
authored
Merge pull request #25 from AlwinEsch/Nexus-change
[Nexus] initial release change for new Kodi 20 Nexus version
2 parents eb9d865 + 7284e54 commit 92cc56f

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
buildPlugin(version: "Matrix", platforms: ['android-armv7', 'android-aarch64', 'ios-aarch64', 'tvos-aarch64', 'osx-x86_64', 'ubuntu-ppa'])
1+
buildPlugin(version: "Nexus", platforms: ['android-armv7', 'android-aarch64', 'ios-aarch64', 'tvos-aarch64', 'osx-x86_64', 'ubuntu-ppa'])

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
This is a [Kodi](http://kodi.tv) screensaver addon.
44

55
[![License: GPL-2.0-or-later](https://img.shields.io/badge/License-GPL%20v2+-blue.svg)](LICENSE.md)
6-
[![Build and run tests](https://github.com/xbmc/screensaver.cpblobs/actions/workflows/build.yml/badge.svg?branch=Matrix)](https://github.com/xbmc/screensaver.cpblobs/actions/workflows/build.yml)
7-
[![Build Status](https://jenkins.kodi.tv/view/Addons/job/xbmc/job/screensaver.cpblobs/job/Matrix/badge/icon)](https://jenkins.kodi.tv/blue/organizations/jenkins/xbmc%2Fscreensaver.cpblobs/branches/)
6+
[![Build and run tests](https://github.com/xbmc/screensaver.cpblobs/actions/workflows/build.yml/badge.svg?branch=Nexus)](https://github.com/xbmc/screensaver.cpblobs/actions/workflows/build.yml)
7+
[![Build Status](https://jenkins.kodi.tv/view/Addons/job/xbmc/job/screensaver.cpblobs/job/Nexus/badge/icon)](https://jenkins.kodi.tv/blue/organizations/jenkins/xbmc%2Fscreensaver.cpblobs/branches/)
88

99
## Build instructions
1010

azure-pipelines.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ trigger:
55
branches:
66
include:
77
- Matrix
8+
- Nexus
89
- releases/*
910
paths:
1011
include:

screensaver.cpblobs/addon.xml.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<addon
33
id="screensaver.cpblobs"
4-
version="3.4.0"
4+
version="20.0.0"
55
name="CpBlobs"
66
provider-name="Team Kodi">
77
<requires>@ADDON_DEPENDS@</requires>

0 commit comments

Comments
 (0)