Migrating to v6.0
v6.0 brings support for the latest Android releases (including Android 14 - API 34).
- APM
- Manual
If you are using apm
all you need to do is update to the latest build and regenerate your application descriptor. apm
will handle the rest.
apm update
apm generate app-descriptor src/Main-app.xml
If you are manually managing your application descriptor (and manifest additions) then you will be required to make some changes to your manifest.
The changes are significant so we recommend removing all manifest entries related to the beacon extension and following the documentation to add the new manifest additions.