From 743be366df73eb1687e7de7d745b39f56d9216b8 Mon Sep 17 00:00:00 2001 From: devgianlu Date: Sat, 7 Aug 2021 11:14:33 +0200 Subject: [PATCH] Release 5.9.9 (221) --- CHANGELOG.md | 8 ++++++++ app/build.gradle | 8 ++++---- app/src/main/play/release-notes/en-GB/production.txt | 5 ++++- 3 files changed, 16 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eea613d3..97cf6bd5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ 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.9.9] - 07-08-2021 +### Fixed +- Minor bug fixes + +### Changed +- Updated third party libraries + + ## [5.9.8] - 28-06-2021 ### Fixed - Fixed crash when trying to open local file diff --git a/app/build.gradle b/app/build.gradle index fbeea7b9..1940d3f0 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -13,8 +13,8 @@ android { applicationId "com.gianlu.aria2app" minSdkVersion 21 targetSdkVersion 30 - versionCode 220 - versionName "5.9.8" + versionCode 221 + versionName "5.9.9" } if (isCi) { @@ -91,8 +91,8 @@ dependencies { implementation project(':CommonUtils') implementation project(':aria2lib') - implementation 'androidx.tonyodev.fetch2:xfetch2:3.1.6' - implementation 'androidx.tonyodev.fetch2okhttp:xfetch2okhttp:3.1.6' + implementation 'com.github.tonyofrancis.Fetch:xfetch2:3.1.6' + implementation 'com.github.tonyofrancis.Fetch:xfetch2okhttp:3.1.6' implementation 'commons-net:commons-net:3.8.0' implementation 'com.hierynomus:smbj:0.11.1' 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 a8b5a9ae..29c5f859 100644 --- a/app/src/main/play/release-notes/en-GB/production.txt +++ b/app/src/main/play/release-notes/en-GB/production.txt @@ -1,2 +1,5 @@ ### Fixed -- Fixed crash when trying to open local file \ No newline at end of file +- Minor bug fixes + +### Changed +- Updated third party libraries \ No newline at end of file