Skip to content

Commit

Permalink
Release 5.9.16 (228)
Browse files Browse the repository at this point in the history
  • Loading branch information
devgianlu committed Oct 12, 2023
1 parent c0e27ee commit c4d63e9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 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.16] - 12-10-2023
### Fixed
- Crash when starting in-app downloader on Android 14


## [5.9.15] - 11-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 @@ -15,8 +15,8 @@ android {
minSdkVersion 21
targetSdkVersion 34

versionCode 227
versionName "5.9.15"
versionCode 228
versionName "5.9.16"
}

if (isCi) {
Expand Down

0 comments on commit c4d63e9

Please sign in to comment.