Skip to content

Commit

Permalink
Release 2.6.1 (69)
Browse files Browse the repository at this point in the history
  • Loading branch information
devgianlu committed Oct 7, 2020
1 parent 0ce92cc commit 15aab90
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 11 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.1] - 07-10-2020
### Changed
- `rpc-listen-all` is set to `false` by default when using the InAppDownloader


## [2.6.0] - 07-07-2020
### Added
- Added list of interfaces
Expand Down
8 changes: 4 additions & 4 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 29
versionCode 68
versionName "2.6.0"
versionCode 69
versionName "2.6.1"
}

if (isTravis) {
Expand Down Expand Up @@ -89,8 +89,8 @@ play {
}

dependencies {
implementation 'androidx.leanback:leanback:1.1.0-alpha04'
implementation 'com.google.android.material:material:1.3.0-alpha02'
implementation 'androidx.leanback:leanback:1.1.0-alpha05'
implementation 'com.google.android.material:material:1.3.0-alpha03'

implementation project(':aria2lib')
implementation(project(':CommonUtils')) {
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 @@
### Added
- Added list of interfaces

### Changed
- Load CA certificates instead of disabling check
- `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 15aab90

Please sign in to comment.