Skip to content

Commit

Permalink
Release 5.5.0 (197)
Browse files Browse the repository at this point in the history
  • Loading branch information
devgianlu committed Nov 28, 2019
1 parent 6c61566 commit 8e2afcf
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .travis/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ set -ev
if [[ -z "${TRAVIS_TAG}" ]]; then
./gradlew assembleDebug connectedCheck
else
./gradlew assembleRelease publishApk
./gradlew assembleRelease publish
fi
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ 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.5.0] - 27-11-2019
### Changed
- aria2 binaries are now bundled inside the APK for compatibility reasons
- Fixed crash in WebView


## [5.4.5] - 27-11-2019
### Added
- Additional logging for aria2 service issues
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 196
versionName "5.4.5"
versionCode 197
versionName "5.5.0"
}

if (isTravis) {
Expand Down
7 changes: 2 additions & 5 deletions app/src/main/play/release-notes/en-GB/production.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
### Added
- Additional logging for aria2 service issues

### Changed
- Fixed minor issue in WebView
- Disable non-Google payments on Google Play
- aria2 binaries are now bundled inside the APK for compatibility reasons
- Fixed crash in WebView

0 comments on commit 8e2afcf

Please sign in to comment.