v1.2.1-beta
The bridge builds the params map with JSONObject.get(), so an array param arrives as org.json.JSONArray, not a Kotlin List - the previous `as? List<*>` cast yielded nothing, so setTestDeviceIds never ran and registered test devices still served real ads. Handle JSONArray (+ List + comma-string). Co-Authored-By: Claude <noreply@anthropic.com>