v2026.06.03 — Media3 like button + Bluetooth/UPnP picker + system playlist daily rotation #77

Merged
bvandeusen merged 29 commits from dev into main 2026-06-03 14:09:23 -04:00
Showing only changes of commit 7807e31b22 - Show all commits
+13
View File
@@ -80,6 +80,19 @@ android {
buildConfig = true
}
testOptions {
unitTests {
// JVM unit tests run against android.jar's stub methods,
// which throw `RuntimeException("Method ... not mocked")`
// when touched (including statics like Bundle.EMPTY).
// Return defaults instead so tests that pass Bundles
// through without inspecting them (e.g. SessionCommand
// construction in LikeMediaCallbackTest) just work,
// without dragging in Robolectric.
isReturnDefaultValues = true
}
}
packaging {
resources.excludes +=
setOf(