Skip to content

Commit

Permalink
Release 5.6.5 (204)
Browse files Browse the repository at this point in the history
  • Loading branch information
devgianlu committed Feb 23, 2020
1 parent ad91973 commit 686f2c2
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 6 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ 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).

## [5.6.5] - 23-02-2020
### Added
- Added preference to skip WebView dialog

### Changed
- Do not show confirmation dialog when sharing link


## [5.6.4] - 11-02-2020
### Fixed
- Fixed crash reporting and analytics (Google Play only)
Expand Down
2 changes: 1 addition & 1 deletion CommonUtils
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.aria2app"
minSdkVersion 21
targetSdkVersion 29
versionCode 203
versionName "5.6.4"
versionCode 204
versionName "5.6.5"
}

if (isTravis) {
Expand Down
7 changes: 5 additions & 2 deletions app/src/main/play/release-notes/en-GB/production.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
### Fixed
- Fixed crash reporting and analytics (Google Play only)
### Added
- Added preference to skip WebView dialog

### Changed
- Do not show confirmation dialog when sharing link
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
include ':CommonUtils', ':app', ':aria2lib'
include ':CommonUtils', ':aria2lib', ':app'
project(':CommonUtils').projectDir = new File('./CommonUtils/utils')
project(':aria2lib').projectDir = new File('./aria2lib')

0 comments on commit 686f2c2

Please sign in to comment.