From 1ee517f3928a98a1f7b96fdc11b0dcecc9ef0a4a Mon Sep 17 00:00:00 2001 From: Mamadou Babaei Date: Mon, 29 May 2023 02:03:01 +0200 Subject: [PATCH] log unreleased changes --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c46cbdf8..bef2a5b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [Unreleased] + +This is a bugfix release with focus Android build issues. + +### Fixed + +- Fix an android gradle build issue which happens when the games package name won't start with com.senseglove.*. +- Supress a grade warning for non-arm64 archs when the build target is android. + +### Removed + +- Remove dead gradle code from the android module. + ## [v1.4.0] - 2023-05-19 This release breaks ABI/API compatibility with the previous versions.