Skip to content

Commit

Permalink
Release 5.0.4 (125)
Browse files Browse the repository at this point in the history
  • Loading branch information
devgianlu committed Jan 9, 2021
1 parent c944506 commit 8442507
Show file tree
Hide file tree
Showing 3 changed files with 15 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.0.4] - 09-01-2021
### Fixed
- Fixed another DB crash
- Fixed game layout overlap on small devices
- Fixed crash in metrics
- Minor bug fixes


## [5.0.3] - 03-01-2021
### Fixed
- Fixed crash when creating game
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ android {
applicationId "com.gianlu.pretendyourexyzzy"
minSdkVersion 21
targetSdkVersion 29
versionCode 124
versionName "5.0.3"
versionCode 125
versionName "5.0.4"
}

if (isTravis) {
Expand Down
8 changes: 5 additions & 3 deletions app/src/main/play/release-notes/en-GB/production.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
- The app has been completely redesigned
- Many bugs have been fixed
- Enjoy
### Fixed
- Fixed another DB crash
- Fixed game layout overlap on small devices
- Fixed crash in metrics
- Minor bug fixes

0 comments on commit 8442507

Please sign in to comment.