Release 0.5.2

This commit is contained in:
Robert Bragg
2024-01-30 12:15:21 +00:00
parent 4ffa3ac2e1
commit 526d39c1f3
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.5.2] - 2024-01-30
### Fixed
- 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))
## [0.5.1] - 2023-12-20
### Changed
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "android-activity"
version = "0.5.1"
version = "0.5.2"
edition = "2021"
keywords = ["android", "ndk"]
readme = "../README.md"