feat(Spotify): Add Unlock premium patch (#4644)

Co-authored-by: Nuckyz <61953774+Nuckyz@users.noreply.github.com>
Co-authored-by: Brosssh <tiabroch@gmail.com>
This commit is contained in:
oSumAtrIX
2025-03-26 04:24:47 +01:00
committed by GitHub
parent 66a2ee2416
commit 5c5a1e4b8b
9 changed files with 52 additions and 52 deletions

View File

@@ -0,0 +1,5 @@
package com.spotify.remoteconfig.internal;
public final class AccountAttribute {
public Object value_;
}