mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-13 07:55:18 +00:00

* feat: add android home widget support * feat: style widget player and add intent and callbacks on action * feat: responsive and working android home widget * fix(android): models stripping causing it to not work for release apks * chore: ios lockfile update * feat: config for iOS widget * cd: upgrade xcode * cd: reduce xcode version * feat: add a christmas background
9 lines
288 B
Prolog
9 lines
288 B
Prolog
-keep class androidx.lifecycle.DefaultLifecycleObserver
|
|
|
|
-keepnames class kotlinx.serialization.** { *; }
|
|
-keepnames class oss.krtirtho.spotube.glance.models.** { *; }
|
|
-keep @kotlinx.serialization.Serializable class *
|
|
-keepclassmembers class ** {
|
|
@kotlinx.serialization.* <fields>;
|
|
}
|