Merge pull request #151 from rust-mobile/release-0.5.2

Release 0.5.2
This commit is contained in:
Robert Bragg
2024-01-30 13:09:08 +00:00
committed by GitHub
3 changed files with 8 additions and 2 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ jobs:
i686-linux-android
- name: Install cargo-ndk
run: cargo install cargo-ndk
run: cargo +stable install cargo-ndk
- name: Build game-activity
working-directory: android-activity
+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"