You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
555 B
555 B
10.0.0
- BREAKING CHANGE: Updated Android
compileSdkVersion
to33
to handle the newPOST_NOTIFICATIONS
permission.
When updating to version 10.0.0 make sure to update the
android/app/build.gradle
file and set thecompileSdkVersion
to33
.
9.0.2+1
- Undoes PR #765 which by mistake requests write_external_storage permission based on the target SDK instead of the actual SDK of the Android device.
9.0.2
- Moves Android implementation into its own package.