Skip to content

Commit

Permalink
Release 5.9.12 (224)
Browse files Browse the repository at this point in the history
  • Loading branch information
devgianlu committed Jul 25, 2022
1 parent 6165750 commit 9a96495
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 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).

## [5.9.12] - 25-07-2022
### Fixed
- Crash on startup for some devices with notification service


## [5.9.11] - 22-07-2022
### Fixed
- Crash on startup for some devices
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ android {
applicationId "com.gianlu.aria2app"
minSdkVersion 21
targetSdkVersion 32
versionCode 223
versionName "5.9.11"
versionCode 224
versionName "5.9.12"
}

if (isCi) {
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/play/release-notes/en-GB/production.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
### Fixed
- Crash on startup for some devices
- Crash on startup for some devices with notification service

0 comments on commit 9a96495

Please sign in to comment.