File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed
src/main/play/release-notes/en-GB Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ 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+ ## [ 2.6.4] - 19-07-2022
8+ ### Changed
9+ - Updated libraries
10+
11+
712## [ 2.6.3] - 07-08-2021
813### Fixed
914- Fixed startup crash
Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ android {
1414 applicationId " com.gianlu.aria2android"
1515 minSdkVersion 21
1616 targetSdkVersion 32
17- versionCode 71
18- versionName " 2.6.3 "
17+ versionCode 72
18+ versionName " 2.6.4 "
1919 }
2020
2121 if (isCi) {
Original file line number Diff line number Diff line change 1- ### Fixed
2- - Fixed startup crash
1+ ### Changed
2+ - Updated libraries
You can’t perform that action at this time.
0 commit comments