[SDK] [Android] Release v4.1.1
about 3 years ago by Olivier Favre
Changelog:
- Avoid
<provider android:name="androidx.core.content.FileProvider">
conflicts by using a custom class name.
This avoids a conflict with Ionic Capacitor projects, and probably with some client apps as well considering the official documentation says:Set the `android:name` attribute to `androidx.core.content.FileProvider`.
If you did not get such a conflict, you can skip this release.
Ionic Capacitor projects will now be able to depend on the WonderPush Android SDK without modifying the generated AndroidManifest.xml
.