Skip to content

Commit 25e647a

Browse files
authored
Release ndk-build-0.8.0, cargo-apk-0.9.4 (#336)
1 parent ee971fd commit 25e647a

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

cargo-apk/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Unreleased
22

3+
# 0.9.4 (2022-09-12)
4+
35
- Upgrade to latest `ndk-build` to deduplicate libraries before packaging them into the APK. ([#333](https://github.com/rust-windowing/android-ndk-rs/pull/333))
46
- Support `android:resizeableActivity`. ([#338](https://github.com/rust-windowing/android-ndk-rs/pull/338))
57
- Add `--device` argument to select `adb` device by serial (see `adb devices` for connected devices and their serial). ([#329](https://github.com/rust-windowing/android-ndk-rs/pull/329))

cargo-apk/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cargo-apk"
3-
version = "0.9.3"
3+
version = "0.9.4"
44
authors = ["The Rust Windowing contributors"]
55
edition = "2018"
66
description = "Helps cargo build APKs"
@@ -16,7 +16,7 @@ cargo-subcommand = "0.7"
1616
dunce = "1"
1717
env_logger = "0.9"
1818
log = "0.4"
19-
ndk-build = { path = "../ndk-build", version = "0.7.0" }
19+
ndk-build = { path = "../ndk-build", version = "0.8.0" }
2020
serde = "1"
2121
thiserror = "1.0.31"
2222
toml = "0.5"

ndk-build/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Unreleased
22

3+
# 0.8.0 (2022-09-12)
4+
35
- **Breaking:** Postpone APK library packaging until before zip alignment, to deduplicate possibly overlapping entries. ([#333](https://github.com/rust-windowing/android-ndk-rs/pull/333))
46
- Add `adb` device serial parameter to `detect_abi()` and `Apk::{install,start}()`. ([#329](https://github.com/rust-windowing/android-ndk-rs/pull/329))
57
- Fix missing `.exe` extension for `adb` on Windows inside `detect_abi()`. ([#339](https://github.com/rust-windowing/android-ndk-rs/pull/339))

ndk-build/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ndk-build"
3-
version = "0.7.0"
3+
version = "0.8.0"
44
authors = ["The Rust Windowing contributors"]
55
edition = "2018"
66
description = "Utilities for building Android binaries"

0 commit comments

Comments
 (0)