From 4a987d0bf3a0dc77c519b675dca4564ae1dbbc0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20Font=C3=A1n?= Date: Fri, 11 Aug 2023 11:46:05 +0200 Subject: [PATCH] - Updated yt-dlp to 2023.7.6 --- .idea/deploymentTargetDropDown.xml | 10 ++++++++++ .idea/gradle.xml | 3 ++- .idea/migrations.xml | 10 ++++++++++ .idea/misc.xml | 1 - gradle/libs.versions.toml | 2 +- 5 files changed, 23 insertions(+), 3 deletions(-) create mode 100644 .idea/deploymentTargetDropDown.xml create mode 100644 .idea/migrations.xml diff --git a/.idea/deploymentTargetDropDown.xml b/.idea/deploymentTargetDropDown.xml new file mode 100644 index 00000000..0c0c3383 --- /dev/null +++ b/.idea/deploymentTargetDropDown.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/gradle.xml b/.idea/gradle.xml index c7728d95..6e99579d 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -5,7 +5,7 @@ diff --git a/.idea/migrations.xml b/.idea/migrations.xml new file mode 100644 index 00000000..f8051a6f --- /dev/null +++ b/.idea/migrations.xml @@ -0,0 +1,10 @@ + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index 0ad17cbd..8978d23d 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,4 +1,3 @@ - diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 2fbce925..d6aff1bf 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -21,7 +21,7 @@ androidxHiltNavigationCompose = "1.0.0" androidxTestExt = "1.1.5" -spotdlAndroidVersion = "4e49ca9ba5" +spotdlAndroidVersion = "-SNAPSHOT" spotifyApiKotlinVersion = "3.8.8" shimmerLibrary = "1.0.4"