Skip to content

Commit ce32a30

Browse files
MarijnS95kchibisov
authored andcommitted
android: bump to ndk 0.9.0 and android-activity 0.6.0
1 parent 1682703 commit ce32a30

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,8 @@ softbuffer = { version = "0.4.0", default-features = false, features = [
102102
] }
103103

104104
[target.'cfg(target_os = "android")'.dependencies]
105-
android-activity = "0.5.0"
106-
ndk = { version = "0.8.0", default-features = false }
107-
ndk-sys = "0.5.0"
105+
android-activity = "0.6.0"
106+
ndk = { version = "0.9.0", default-features = false }
108107

109108
[target.'cfg(any(target_os = "ios", target_os = "macos"))'.dependencies]
110109
core-foundation = "0.9.3"

src/changelog/unreleased.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ changelog entry.
9191
- On macOS, return `HandleError::Unavailable` when a window handle is not available.
9292
- On Windows, remove `WS_CAPTION`, `WS_BORDER`, and `WS_EX_WINDOWEDGE` styles
9393
for child windows without decorations.
94+
- On Android, bump `ndk` to `0.9.0` and `android-activity` to `0.6.0`,
95+
and remove unused direct dependency on `ndk-sys`.
9496

9597
### Deprecated
9698

0 commit comments

Comments
 (0)