Skip to content

Commit

Permalink
Release 5.6.0 (199)
Browse files Browse the repository at this point in the history
  • Loading branch information
devgianlu committed Nov 30, 2019
1 parent cb4c893 commit 43a874f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ 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.0] - 30-11-2019
### Changed
- Request legacy storage permissions (fix In-App Downloader permission denied)
- Updated Material theme
- Minor bug fixes


## [5.5.1] - 29-11-2019
### Changed
- Fixed In-App Downloader not working on some devices
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.aria2app"
minSdkVersion 21
targetSdkVersion 29
versionCode 198
versionName "5.5.1"
versionCode 199
versionName "5.6.0"
}

if (isTravis) {
Expand Down
4 changes: 3 additions & 1 deletion app/src/main/play/release-notes/en-GB/production.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
### Changed
- Fixed In-App Downloader not working on some devices
- Request legacy storage permissions (fix In-App Downloader permission denied)
- Updated Material theme
- Minor bug fixes

0 comments on commit 43a874f

Please sign in to comment.