This release updates the package's Gradle build script to use api
and implementation
rather than the deprecated
compile
syntax. If you are using v2.X of the Android Gradle Plugin, you will need to upgrade to v3.X of
the Android Gradle Plugin,
and upgrade your gradle wrapper.
-
Update deprecated compile dependencies to use implementation/api
#362 -
Remove unnecessary gradlew from android directory, reducing artefact bundle size
#363
Bug fixes
- Remove nullability annotations to workaround androidx jetifier issue
#361