Skip to content

Commit

Permalink
Release 2.5.3 (67)
Browse files Browse the repository at this point in the history
  • Loading branch information
devgianlu committed Apr 9, 2020
1 parent 7315516 commit 3b8a290
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 4 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.5.3] - 09-04-2020
### Added
- Added feature to import/export configuration and session


## [2.5.2] - 17-03-2020
### Changed
- Using Android logging utils
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.aria2android"
minSdkVersion 21
targetSdkVersion 29
versionCode 66
versionName "2.5.2"
versionCode 67
versionName "2.5.3"
}

if (isTravis) {
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/play/release-notes/en-GB/production.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
### Changed
- Using Android logging utils
### Added
- Added feature to import/export configuration and session
15 changes: 15 additions & 0 deletions app/src/main/res/raw/translators.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,20 @@
"languages": [
"Chinese (simplified)"
]
},
{
"name": "Xu Eric",
"link": "https://crowdin.com/profile/spice2wolf",
"languages": [
"Chinese (simplified)"
]
},
{
"name": "Marcin",
"link": "https://crowdin.com/profile/spid301",
"languages": [
"Chinese (simplified)",
"Chinese (traditional)"
]
}
]

0 comments on commit 3b8a290

Please sign in to comment.