Skip to content

Commit fef64f2

Browse files
committed
Release 5.9.13 (225)
1 parent d79b113 commit fef64f2

3 files changed

Lines changed: 9 additions & 4 deletions

File tree

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+
## [5.9.13] - 11-06-2023
8+
### Changed
9+
- Updated libraries
10+
11+
712
## [5.9.12] - 25-07-2022
813
### Fixed
914
- Crash on startup for some devices with notification service

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ android {
1313
applicationId "com.gianlu.aria2app"
1414
minSdkVersion 21
1515
targetSdkVersion 33
16-
versionCode 224
17-
versionName "5.9.12"
16+
versionCode 225
17+
versionName "5.9.13"
1818
}
1919

2020
if (isCi) {
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
### Fixed
2-
- Crash on startup for some devices with notification service
1+
### Changed
2+
- Updated libraries

0 commit comments

Comments
 (0)