Skip to content

Commit

Permalink
Release 5.9.2 (214)
Browse files Browse the repository at this point in the history
  • Loading branch information
devgianlu committed Oct 6, 2020
1 parent 788b5c4 commit df2b09e
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 8 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ 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.9.2] - 06-10-2020
### Added
- Added button to manually intercept download in WebView

### Fixed
- Fixed best trackers list not loading correctly

### Changed
- `rpc-listen-all` is set to `false` by default when using the InAppDownloader


## [5.9.1] - 18-09-2020
### Fixed
- Fixed issue with errored DirectDownloads
Expand Down
6 changes: 3 additions & 3 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 213
versionName "5.9.1"
versionCode 214
versionName "5.9.2"
}

if (isTravis) {
Expand Down Expand Up @@ -109,7 +109,7 @@ dependencies {
implementation 'androidx.documentfile:documentfile:1.0.1'
implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.1.0-alpha01'

implementation 'com.google.android.material:material:1.3.0-alpha02'
implementation 'com.google.android.material:material:1.3.0-alpha03'
}

task printVersionName {
Expand Down
9 changes: 7 additions & 2 deletions app/src/main/play/release-notes/en-GB/production.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### Added
- Added button to manually intercept download in WebView

### Fixed
- Fixed issue with errored DirectDownloads
- Fixed minor layout issues
- Fixed best trackers list not loading correctly

### Changed
- `rpc-listen-all` is set to `false` by default when using the InAppDownloader
2 changes: 1 addition & 1 deletion aria2lib
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:4.0.1'
classpath 'com.google.gms:google-services:4.3.3'
classpath 'com.android.tools.build:gradle:4.0.2'
classpath 'com.google.gms:google-services:4.3.4'
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.3.0'
}
}
Expand Down

0 comments on commit df2b09e

Please sign in to comment.