Publish New Versions (#407)

Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-10-23 16:12:03 +03:00
committed by GitHub
parent c4d420f9b9
commit 3640f52e0f
5 changed files with 7 additions and 12 deletions

View File

@@ -1,5 +0,0 @@
---
"cargo-mobile2": "patch"
---
Fix `android::emulator::avd_list` function interpreting log lines from `emulator -list-avd` as valid `Emulator`

View File

@@ -1,5 +0,0 @@
---
"cargo-mobile2": "patch"
---
Remove deprecated options from gradle file in the generated android template.

View File

@@ -1,5 +1,10 @@
# Changelog
## \[0.17.4]
- [`c4d420f`](https://github.com/tauri-apps/cargo-mobile2/commit/c4d420f9b9a35b52e24ad06de6c810f424ec45a3) ([#414](https://github.com/tauri-apps/cargo-mobile2/pull/414) by [@amrbashir](https://github.com/tauri-apps/cargo-mobile2/../../amrbashir)) Fix `android::emulator::avd_list` function interpreting log lines from `emulator -list-avd` as valid `Emulator`
- [`b4d615f`](https://github.com/tauri-apps/cargo-mobile2/commit/b4d615f7798afcb7c15aca02883bb931c5fa3431) ([#404](https://github.com/tauri-apps/cargo-mobile2/pull/404) by [@jmetz](https://github.com/tauri-apps/cargo-mobile2/../../jmetz)) Remove deprecated options from gradle file in the generated android template.
## \[0.17.3]
- [`1ec0ca5`](https://github.com/tauri-apps/cargo-mobile2/commit/1ec0ca542db074d8bd8351b094759011f6b712a2) ([#395](https://github.com/tauri-apps/cargo-mobile2/pull/395) by [@amrbashir](https://github.com/tauri-apps/cargo-mobile2/../../amrbashir)) Fix deserializing targets from `.cargo/config.toml` if the target's `rustflags` field is not specified

2
Cargo.lock generated
View File

@@ -179,7 +179,7 @@ checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223"
[[package]]
name = "cargo-mobile2"
version = "0.17.3"
version = "0.17.4"
dependencies = [
"colored",
"core-foundation 0.10.0",

View File

@@ -1,6 +1,6 @@
[package]
name = "cargo-mobile2"
version = "0.17.3"
version = "0.17.4"
authors = [
"Tauri Programme within The Commons Conservancy",
"Brainium Studios LLC",