-
-
Notifications
You must be signed in to change notification settings - Fork 21.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[3.x] Bump the target SDK version to 33 (Android 13) #75205
Conversation
3ded844
to
2803c47
Compare
@m4gr3d, @akien-mga, Android SDK version 33 introduces a new POST_NOTIFICATIONS permission. I haven't seen anything related to this permission in the commit attached to this issue. Has this been addressed elsewhere? Even though the permission can be added manually, it would be nice to have it included in Godot's list of predefined permissions. More info: https://developer.android.com/develop/ui/views/notifications/notification-permission |
@m4gr3d |
@SnailRabbids If you're using Godot 3.5.1, you can change the target SDK version manually in the Android export window under the |
@cengiz-pz The permission will be added in a follow-up PR. |
|
Thanks! |
Cherry-picked for 3.5.3. |
To confirm, it's fine to just do this and no other changes are needed? Since it looks like 3.5.3 will not release in time. |
Just check if your app is affected by any of the behaviour changes in 33: |
Fixes #74646
main version