Skip to content

Commit

Permalink
Release 5.9.9 (221)
Browse files Browse the repository at this point in the history
  • Loading branch information
devgianlu committed Aug 7, 2021
1 parent cb0df36 commit 743be36
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down Expand Up @@ -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'
Expand Down
5 changes: 4 additions & 1 deletion app/src/main/play/release-notes/en-GB/production.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
### Fixed
- Fixed crash when trying to open local file
- Minor bug fixes

### Changed
- Updated third party libraries

0 comments on commit 743be36

Please sign in to comment.