We will update the build servers to target Android API level 30 this Friday.
The API level change should be seamless to most of you but might impact some edge case functionality and cause some native/cn1libs to fail in odd ways.
So be sure to do extra checks on Android when building a new release.
This change is mandated by Google who require that you target the latest Android version by August of this year.
You can set the build hint android.buildToolsVersion=29 as a temporary workaround if things break for your app. Please let us know in that case so we can help resolve those issues.
2 Comments
The geofence is not firing (or firing sometimes, in unpredictable way) unless I add `android.buildToolsVersion=29` build hint. (Tested on Android 10 API 29 and Android 8.1 API 27).
Thanks for the headsup. We’ll look into it