Skip to content

Commit

Permalink
Release 5.9.17 (229)
Browse files Browse the repository at this point in the history
  • Loading branch information
devgianlu committed Sep 13, 2024
1 parent 91a7d95 commit 9e0f884
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ 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.17] - 13-09-2024
### Added
- Some translations
- Monochrome icon

### Changed
- Updated libraries

## [5.9.16] - 12-10-2023
### Fixed
- Crash when starting in-app downloader on Android 14
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ android {
minSdkVersion 21
targetSdkVersion 34

versionCode 228
versionName "5.9.16"
versionCode 229
versionName "5.9.17"
}

if (isCi) {
Expand Down
6 changes: 3 additions & 3 deletions app/src/main/play/release-notes/en-GB/production.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### Fixed
- Fixed permission issues on Android 13
- Crash when starting in-app downloader on Android 14
### Added
- Some translations
- Monochrome icon

### Changed
- Updated libraries

0 comments on commit 9e0f884

Please sign in to comment.