Skip to content

Commit c9faa9c

Browse files
authored
Merge pull request #151 from rust-mobile/release-0.5.2
Release 0.5.2
2 parents 4ffa3ac + 4b9b8d7 commit c9faa9c

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
i686-linux-android
3535
3636
- name: Install cargo-ndk
37-
run: cargo install cargo-ndk
37+
run: cargo +stable install cargo-ndk
3838

3939
- name: Build game-activity
4040
working-directory: android-activity

android-activity/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
10+
## [0.5.2] - 2024-01-30
11+
12+
### Fixed
13+
- NativeActivity: OR with `EVENT_ACTION_MASK` when extracting action from `MotionEvent` - fixing multi-touch input ([#146](https://github.com/rust-mobile/android-activity/issues/146), [#147](https://github.com/rust-mobile/android-activity/pull/147))
14+
915
## [0.5.1] - 2023-12-20
1016

1117
### Changed

android-activity/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "android-activity"
3-
version = "0.5.1"
3+
version = "0.5.2"
44
edition = "2021"
55
keywords = ["android", "ndk"]
66
readme = "../README.md"

0 commit comments

Comments
 (0)