Skip to content

Commit 743be36

Browse files
committed
Release 5.9.9 (221)
1 parent cb0df36 commit 743be36

File tree

3 files changed

+16
-5
lines changed

3 files changed

+16
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [5.9.9] - 07-08-2021
8+
### Fixed
9+
- Minor bug fixes
10+
11+
### Changed
12+
- Updated third party libraries
13+
14+
715
## [5.9.8] - 28-06-2021
816
### Fixed
917
- Fixed crash when trying to open local file

app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ android {
1313
applicationId "com.gianlu.aria2app"
1414
minSdkVersion 21
1515
targetSdkVersion 30
16-
versionCode 220
17-
versionName "5.9.8"
16+
versionCode 221
17+
versionName "5.9.9"
1818
}
1919

2020
if (isCi) {
@@ -91,8 +91,8 @@ dependencies {
9191
implementation project(':CommonUtils')
9292
implementation project(':aria2lib')
9393

94-
implementation 'androidx.tonyodev.fetch2:xfetch2:3.1.6'
95-
implementation 'androidx.tonyodev.fetch2okhttp:xfetch2okhttp:3.1.6'
94+
implementation 'com.github.tonyofrancis.Fetch:xfetch2:3.1.6'
95+
implementation 'com.github.tonyofrancis.Fetch:xfetch2okhttp:3.1.6'
9696

9797
implementation 'commons-net:commons-net:3.8.0'
9898
implementation 'com.hierynomus:smbj:0.11.1'
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
### Fixed
2-
- Fixed crash when trying to open local file
2+
- Minor bug fixes
3+
4+
### Changed
5+
- Updated third party libraries

0 commit comments

Comments
 (0)