Skip to content

Commit

Permalink
Release 5.8.0 (210)
Browse files Browse the repository at this point in the history
  • Loading branch information
devgianlu committed Jul 7, 2020
1 parent 96056a8 commit 6e06c46
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 9 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ 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.8.0] - 07-07-2020
### Added
- Added list of interfaces for InAppDownloader
- Configure connection timeout

### Changed
- Load CA certificates instead of disabling check (for InAppDownloader)


## [5.7.3] - 23-05-2020
### Added
- Added desktop mode in WebView
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 209
versionName "5.7.3"
versionCode 210
versionName "5.8.0"
}

if (isTravis) {
Expand Down
8 changes: 4 additions & 4 deletions app/src/main/play/release-notes/en-GB/production.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### Added
- Added desktop mode in WebView
- Added list of interfaces for InAppDownloader
- Configure connection timeout

### Fixed
- Fixed conditions dialog not scrolling
- Fixed duplicate WiFis names
### Changed
- Load CA certificates instead of disabling check (for InAppDownloader)
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:4.0.0'
classpath 'com.google.gms:google-services:4.3.3'
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.1.1'
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.2.0'
}
}

Expand Down

0 comments on commit 6e06c46

Please sign in to comment.