From 8ad8d815802c67143782d61558beb36405de523d Mon Sep 17 00:00:00 2001 From: 0xf4b1 <10889432+0xf4b1@users.noreply.github.com> Date: Sat, 7 Feb 2026 14:56:11 +0100 Subject: [PATCH] build fix --- spotify/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spotify/build.gradle b/spotify/build.gradle index 4b8f989..1a07b72 100644 --- a/spotify/build.gradle +++ b/spotify/build.gradle @@ -30,7 +30,7 @@ android { dependencies { implementation 'com.github.soundcrowd:soundcrowd-plugin:v1.0.0' implementation 'com.github.0xf4b1:spotify-kt:275f290e64' - implementation 'com.github.librespot-org.librespot-java:librespot-lib:52a8c24215' + implementation 'com.github.librespot-org.librespot-java:librespot-lib:dev-SNAPSHOT' } repositories {