Skip to content

Commit

Permalink
Release 2.4.10 (73)
Browse files Browse the repository at this point in the history
  • Loading branch information
devgianlu committed Nov 11, 2023
1 parent 334eb3f commit 8f36077
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ 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.4.10] - 11-11-2023

### Fixed

- Fixed load error due to API change


## [2.4.9] - 06-06-2023

### Changed
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 72
versionName "2.4.9"
versionCode 73
versionName "2.4.10"
}

if (isCi) {
Expand Down
3 changes: 3 additions & 0 deletions app/src/main/play/release-notes/en-GB/production.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
### Fixed
- Fixed load error due to API change

### Changed
- Updated libraries

0 comments on commit 8f36077

Please sign in to comment.