The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
- Use Android SDK v1.3.0
- Migrate to kotlin completely and upgrade to v1.5.31
- Upgrade
compileSdkVersion to 32
- Upgrade gradle build tools version to v4.1.3
- Use EventChannel for userId instead of MethodChannel
- Migrate to null-safety
- Change platform check to support web apps
- Use
mavenCentral repository for Android native SDK retrieval.
- Use Android SDK v1.1.0
- [BREAKING] App config API methods are now used only for iOS builds. The config is now retrieved from application manifest file for Android builds.
- Migrate to null-safety
- Change platform check to support web apps
- Change Android native repository to mavenCentral