Skip to content

Commit d8afaeb

Browse files
committed
Release 2.6.2 (70)
1 parent 9d1d444 commit d8afaeb

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
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+
## [2.6.2] - 06-08-2021
8+
### Fixed
9+
- Minor bug fixes
10+
11+
### Changed
12+
- Updated third party libraries
13+
14+
715
## [2.6.1] - 07-10-2020
816
### Changed
917
- `rpc-listen-all` is set to `false` by default when using the InAppDownloader

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ android {
1414
applicationId "com.gianlu.aria2android"
1515
minSdkVersion 21
1616
targetSdkVersion 30
17-
versionCode 69
18-
versionName "2.6.1"
17+
versionCode 70
18+
versionName "2.6.2"
1919
}
2020

2121
if (isCi) {
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1+
### Fixed
2+
- Minor bug fixes
3+
14
### Changed
2-
- `rpc-listen-all` is set to `false` by default when using the InAppDownloader
5+
- Updated third party libraries

0 commit comments

Comments
 (0)