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