Update Spotify version

Signed-off-by: Lev Rusanov <30170278+JDM170@users.noreply.github.com>
This commit is contained in:
2025-06-01 21:33:41 +07:00
parent 98a5e70dc3
commit 517dd4eafe
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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