- Bump to Gradle 5.4.1 and build tools 3.5.0
- Drop support for pre-API 14
- Update to using AndroidX annotation library (from support library)
- Removed Async Initialisation (advice is to enable StrictMode after calling
Once.initialise(this)
) - Crash fixes for issues #39, #32
- Update to target android-29
- Update to gradle 5.1.1 and build tools 3.4.2
- Update test app to AndroidX libraries
- previous versions TBC