From 517dd4eafe92f32d71fed3f9120a34f4f5091e1d Mon Sep 17 00:00:00 2001 From: Lev Rusanov <30170278+JDM170@users.noreply.github.com> Date: Sun, 1 Jun 2025 21:33:41 +0700 Subject: [PATCH] Update Spotify version Signed-off-by: Lev Rusanov <30170278+JDM170@users.noreply.github.com> --- Build.ps1 | 2 +- Scripts/Spotify.ps1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Build.ps1 b/Build.ps1 index 0a5d2fd..697397b 100644 --- a/Build.ps1 +++ b/Build.ps1 @@ -34,7 +34,7 @@ if (-not (Test-Path -Path "$CurrentFolder\ReVanced")) New-Item -Path "$CurrentFolder\ReVanced" -ItemType Directory -Force } -$LatestSupported = "9-0-44-478" +$LatestSupported = "9.0.48.380".Replace(".", "-") Write-Verbose -Message "" -Verbose Write-Verbose -Message "Downloading the latest supported Spotify apk" -Verbose diff --git a/Scripts/Spotify.ps1 b/Scripts/Spotify.ps1 index aadd606..859d636 100644 --- a/Scripts/Spotify.ps1 +++ b/Scripts/Spotify.ps1 @@ -1,5 +1,5 @@ -$LatestSupported = "9-0-44-478" +$LatestSupported = "9.0.48.380".Replace(".", "-") $AngleSharpAssemblyPath = (Get-ChildItem -Path (Split-Path -Path (Get-Package -Name AngleSharp).Source) -Filter "*.dll" -Recurse | Where-Object -FilterScript {$_ -match "standard"} | Select-Object -Last 1).FullName Add-Type -Path $AngleSharpAssemblyPath