From 2980d7ffc95ee7fb891c08cdd269711ba50f4b31 Mon Sep 17 00:00:00 2001 From: Austin H Date: Sat, 10 Aug 2019 15:42:39 -0400 Subject: [PATCH 1/5] Update .travis.yml --- .travis.yml | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index e15a83ba..9f8a7a0f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,6 @@ language: android +dist: trusty +jdk: oraclejdk8 branches: only: @@ -6,12 +8,21 @@ branches: script: "./gradlew clean assembleDebug" +env: + global: + - ANDROID_API=25 + - ANDROID_BUILD_TOOLS=25.4.0 + - HIGHEST_API=29 + - LOWEST_API=9 + android: components: - platform-tools - tools - - build-tools-23.0.3 - - android-23 + - build-tools-$ANDROID_BUILD_TOOLS + - android-$ANDROID_API - extra-android-m2repository + - sys-img-x86-android-$HIGHEST_API + - sys-img-x86-android-$LOWEST_API licenses: - android-sdk-license-.+ From 471e95c4294659ebd969d57751a07980c48d9e41 Mon Sep 17 00:00:00 2001 From: Austin H Date: Sat, 10 Aug 2019 16:04:14 -0400 Subject: [PATCH 2/5] Update .travis.yml --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9f8a7a0f..598df191 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,14 +11,14 @@ script: "./gradlew clean assembleDebug" env: global: - ANDROID_API=25 - - ANDROID_BUILD_TOOLS=25.4.0 + - ANDROID_BUILD_TOOLS=29.0.2 - HIGHEST_API=29 - LOWEST_API=9 android: components: - - platform-tools - tools + - platform-tools - build-tools-$ANDROID_BUILD_TOOLS - android-$ANDROID_API - extra-android-m2repository From da52ba01cdf3455471753cd443b359f6ffb6dd14 Mon Sep 17 00:00:00 2001 From: Austin H Date: Sat, 10 Aug 2019 16:11:42 -0400 Subject: [PATCH 3/5] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 598df191..13cb6733 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ script: "./gradlew clean assembleDebug" env: global: - ANDROID_API=25 - - ANDROID_BUILD_TOOLS=29.0.2 + - ANDROID_BUILD_TOOLS=28.0.3 - HIGHEST_API=29 - LOWEST_API=9 From 99930d35617feef03790a5094b7f6b295ec7f13a Mon Sep 17 00:00:00 2001 From: Austin H Date: Sat, 10 Aug 2019 16:15:55 -0400 Subject: [PATCH 4/5] Update .travis.yml --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 13cb6733..e982e1fe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,4 +25,5 @@ android: - sys-img-x86-android-$HIGHEST_API - sys-img-x86-android-$LOWEST_API licenses: + - android-sdk-preview-license-d099d938 - android-sdk-license-.+ From b9a3d62fcdc0e949bf77cfef63de539ef00e4ca5 Mon Sep 17 00:00:00 2001 From: Austin H Date: Sat, 10 Aug 2019 16:21:55 -0400 Subject: [PATCH 5/5] Update README.md --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6a3c7300..4705a5fe 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # Simple Last.fm Scrobbler -## Last.fm, Libre.fm, ListenBrainz(.org), and Custom Personal Servers -### ![](art/last.fm.svg) ![](art/libre.fm.png) ![](art/ListenBrainz.org.svg) +![Travis](https://travis-ci.org/a93-39a/sls.svg?branch=master) [![Gitter](https://img.shields.io/gitter/room/tgwizard/sls.svg?logo=gitter&style=round)](https://gitter.im/tgwizard/sls) [![Discord](https://img.shields.io/discord/592703275837685760.svg?logo=discord&style=round)](https://discordapp.com/channels/592703275837685760) @@ -131,9 +130,12 @@ Before the release of a new version of SLS, it will be available here to test fo ### Supported scrobble services - * [Last.fm](http://last.fm) - * [Libre.fm](http:///libre.fm) - * [ListenBrainz](https://listenbrainz.org) +## Last.fm, Libre.fm, ListenBrainz(.org), and Custom Personal Servers + +### [![last.fm](art/last_fm.svg)](https://last.fm) [![libre.fm](art/libre_fm.svg)](https://libre.fm) [![ListenBrainz](art/ListenBrainz.svg)](https://listenbrainz.org) + +#### there is also developer server options + * [Custom GNU-fm/Libre.fm Server](https://git.gnu.io/gnu/gnu-fm/blob/master/gnufm_install.txt) * [Custom ListenBrainz Server](https://github.com/metabrainz/listenbrainz-server/blob/master/README.md)