Skip to content

Commit 526d39c

Browse files
committed
Release 0.5.2
1 parent 4ffa3ac commit 526d39c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

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)