Skip to content

Commit

Permalink
Release 2.6.3 (71)
Browse files Browse the repository at this point in the history
  • Loading branch information
devgianlu committed Aug 7, 2021
1 parent 994369a commit 8c64575
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.6.3] - 07-08-2021
### Fixed
- Fixed startup crash


## [2.6.2] - 06-08-2021
### Fixed
- Minor bug fixes
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ android {
applicationId "com.gianlu.aria2android"
minSdkVersion 21
targetSdkVersion 30
versionCode 70
versionName "2.6.2"
versionCode 71
versionName "2.6.3"
}

if (isCi) {
Expand Down
5 changes: 1 addition & 4 deletions app/src/main/play/release-notes/en-GB/production.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
### Fixed
- Minor bug fixes

### Changed
- Updated third party libraries
- Fixed startup crash

0 comments on commit 8c64575

Please sign in to comment.