From 378fe76cc9d8a984065e0184c7a87a4593987e31 Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Mon, 24 Feb 2020 10:40:02 +0100 Subject: [PATCH] Release 4.2.2 --- CHANGELOG.md | 7 +++++++ app/build.gradle | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index debbcb65b..3561ebb94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,13 @@ Group changes to describe their impact on the project, as follows: Fixed for any bug fixes. Security to invite users to upgrade in case of vulnerabilities. +## [4.2.2] - 2020-02-24 + +### Changed +- Fixed various issues +- Updated SDK to 4.3.1 +- Removed AAudio plugin for now (we have observed quality issues on some popular devices with their latest updates) + ## [4.2.1] - 2020-01-13 ### Changed diff --git a/app/build.gradle b/app/build.gradle index 82f3ae0fb..f9cc006d0 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -24,7 +24,7 @@ static def isLocalAarAvailable() { } task getGitVersion() { - def gitVersion = "4.2.1" + def gitVersion = "4.2.2" def gitVersionStream = new ByteArrayOutputStream() def gitCommitsCount = new ByteArrayOutputStream() def gitCommitHash = new ByteArrayOutputStream() @@ -92,7 +92,7 @@ android { defaultConfig { minSdkVersion 21 targetSdkVersion 29 - versionCode 4215 + versionCode 4216 versionName "${project.version}" applicationId getPackageName() multiDexEnabled true