Use beta versions of android crates

This commit is contained in:
Kirill Chibisov
2023-08-16 12:31:23 +04:00
committed by GitHub
parent 6caff77abb
commit 2d96480a89
2 changed files with 4 additions and 3 deletions

View File

@@ -8,6 +8,7 @@ And please only add new entries to the top of this list, right below the `# Unre
# Unreleased
- **Breaking:** Bump `ndk` version to `0.8.0-beta.0`, ndk-sys to `v0.5.0-beta.0`, `android-activity` to `0.5.0-beta.1`.
- **Breaking:** Bump MSRV from `1.64` to `1.65`.
- Make iOS windows usable from other threads.
- Reexport `raw-window-handle` in `window` module.