v2026.06.03 — Media3 like button + Bluetooth/UPnP picker + system playlist daily rotation #77
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user