File tree Expand file tree Collapse file tree 3 files changed +16
-5
lines changed
src/main/play/release-notes/en-GB Expand file tree Collapse file tree 3 files changed +16
-5
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and 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
Original file line number Diff line number Diff 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'
Original file line number Diff line number Diff line change 11### Fixed
2- - Fixed crash when trying to open local file
2+ - Minor bug fixes
3+
4+ ### Changed
5+ - Updated third party libraries
You can’t perform that action at this time.
0 commit comments