-
If you plan to support Android 15, I would appreciate it if you could share the expected timeline. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I'm doing my best to add support for Android 15 in this PR. This update requires multiple UI-related changes to support edge-to-edge display, along with thorough testing. You can expect official support for Android 15 around the end of this year, as the Play Store will require us to support it ;-; Regarding the minimum supported Android version, we currently have a work-in-progress PR that sets it to SDK 30 (Android 11): PR #6099 by diegolmello. You can check out this reference for more details on Android API levels. |
Beta Was this translation helpful? Give feedback.
I'm doing my best to add support for Android 15 in this PR. This update requires multiple UI-related changes to support edge-to-edge display, along with thorough testing. You can expect official support for Android 15 around the end of this year, as the Play Store will require us to support it ;-;
Regarding the minimum supported Android version, we currently have a work-in-progress PR that sets it to SDK 30 (Android 11): PR #6099 by diegolmello. You can check out this reference for more details on Android API levels.