From f2c28c5bd58c319ea607563ba1b3654179fffda7 Mon Sep 17 00:00:00 2001 From: Gianlu Date: Tue, 11 Feb 2020 21:24:21 +0100 Subject: [PATCH] Release 5.6.4 (203) --- CHANGELOG.md | 5 +++++ app/build.gradle | 4 ++-- app/src/main/play/release-notes/en-GB/production.txt | 6 +----- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d28b02c1..bd3af5592 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ 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). +## [5.6.4] - 11-02-2020 +### Fixed +- Fixed crash reporting and analytics (Google Play only) + + ## [5.6.3] - 29-01-2020 ### Fixed - Fixed payments being refunded automatically diff --git a/app/build.gradle b/app/build.gradle index b1433af90..81492055b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -14,8 +14,8 @@ android { applicationId "com.gianlu.aria2app" minSdkVersion 21 targetSdkVersion 29 - versionCode 202 - versionName "5.6.3" + versionCode 203 + versionName "5.6.4" } if (isTravis) { diff --git a/app/src/main/play/release-notes/en-GB/production.txt b/app/src/main/play/release-notes/en-GB/production.txt index 6f02917a4..f354267b1 100644 --- a/app/src/main/play/release-notes/en-GB/production.txt +++ b/app/src/main/play/release-notes/en-GB/production.txt @@ -1,6 +1,2 @@ ### Fixed -- Fixed payments being refunded automatically -- Fixed minor synchronization issue in WebSocketClient - -## Changed -- Updated Material library \ No newline at end of file +- Fixed crash reporting and analytics (Google Play only) \ No newline at end of file