feat(Spotify): Add limited support for version 8.6.98.900
(last version that supports Kenwood and Pioneer car stereos) (#4750)
This commit is contained in:

committed by
GitHub

parent
b91285ec20
commit
a3fde874af
@ -0,0 +1,8 @@
|
||||
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_;
|
||||
}
|
Reference in New Issue
Block a user