Skip to content

Commit 2e84cea

Browse files
committed
Release 2.6.6 (74)
1 parent 880d2b9 commit 2e84cea

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ 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.6] - 08-06-2023
8+
### Changed
9+
- Updated libraries
10+
11+
712
## [2.6.5] - 22-07-2022
813
### Fixed
914
- Fixed crash on startup on some devices

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 33
17-
versionCode 73
18-
versionName "2.6.5"
17+
versionCode 74
18+
versionName "2.6.6"
1919
}
2020

2121
if (isCi) {
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
### Fixed
2-
- Fixed crash on startup on some devices
1+
### Changed
2+
- Updated libraries

0 commit comments

Comments
 (0)