Skip to content

Commit 15aab90

Browse files
committed
Release 2.6.1 (69)
1 parent 0ce92cc commit 15aab90

File tree

5 files changed

+13
-11
lines changed

5 files changed

+13
-11
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [2.6.1] - 07-10-2020
8+
### Changed
9+
- `rpc-listen-all` is set to `false` by default when using the InAppDownloader
10+
11+
712
## [2.6.0] - 07-07-2020
813
### Added
914
- Added list of interfaces

app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ android {
1414
applicationId "com.gianlu.aria2android"
1515
minSdkVersion 21
1616
targetSdkVersion 29
17-
versionCode 68
18-
versionName "2.6.0"
17+
versionCode 69
18+
versionName "2.6.1"
1919
}
2020

2121
if (isTravis) {
@@ -89,8 +89,8 @@ play {
8989
}
9090

9191
dependencies {
92-
implementation 'androidx.leanback:leanback:1.1.0-alpha04'
93-
implementation 'com.google.android.material:material:1.3.0-alpha02'
92+
implementation 'androidx.leanback:leanback:1.1.0-alpha05'
93+
implementation 'com.google.android.material:material:1.3.0-alpha03'
9494

9595
implementation project(':aria2lib')
9696
implementation(project(':CommonUtils')) {
Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
1-
### Added
2-
- Added list of interfaces
3-
41
### Changed
5-
- Load CA certificates instead of disabling check
2+
- `rpc-listen-all` is set to `false` by default when using the InAppDownloader

aria2lib

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ buildscript {
55
}
66

77
dependencies {
8-
classpath 'com.android.tools.build:gradle:4.0.1'
9-
classpath 'com.google.gms:google-services:4.3.3'
8+
classpath 'com.android.tools.build:gradle:4.0.2'
9+
classpath 'com.google.gms:google-services:4.3.4'
1010
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.3.0'
1111
}
1212
}

0 commit comments

Comments
 (0)