feat(Spotify): Remove support for old versions (#5404)

This commit is contained in:
Nuckyz
2025-07-11 12:37:59 -03:00
committed by GitHub
parent 536e64565c
commit c9cc3d5c41
11 changed files with 29 additions and 139 deletions

View File

@@ -1,8 +0,0 @@
package com.spotify.useraccount.v1;
/**
* Used for target 8.6.98.900. Class is still present in newer app targets.
*/
public class AccountAttribute {
public Object value_;
}