radarlabs / radar-sdk-android

Android SDK for Radar, the leading geofencing and location tracking platform
https://radar.com
Apache License 2.0
75 stars 22 forks source link

make setsetExpectedJurisdiction JvmStatic #408

Closed ShiCheng-Lu closed 3 weeks ago

ShiCheng-Lu commented 3 weeks ago

this function was not marked JvmStatic, so it was not callable from Java. It can still be called from kotlin.

nickpatrick commented 3 weeks ago

Good catch!