From b86a9bdb3a7853cc23a9dd45679c312c42aa99cf Mon Sep 17 00:00:00 2001 From: LabyStudio Date: Thu, 6 Jul 2023 00:07:36 +0200 Subject: [PATCH] update api, version 1.5.8 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 732ef14..22f3e97 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ plugins { } group 'com.github.LabyStudio' -version '1.5.7' +version '1.5.8' compileJava { sourceCompatibility = '1.8' @@ -21,7 +21,7 @@ build { dependencies { implementation 'com.github.LabyStudio:desktopmodules:2.5.5:all' - implementation 'com.github.LabyStudio:java-spotify-api:1.1.9:all' + implementation 'com.github.LabyStudio:java-spotify-api:1.1.13:all' //implementation project(':desktopmodules-core') }