Skip to content

Commit

Permalink
Release 5.1.5 (139)
Browse files Browse the repository at this point in the history
  • Loading branch information
devgianlu committed Dec 17, 2022
1 parent 32b56dc commit 27d8957
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ 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.1.5] - 17-12-2022
### Changed
- Removed outdated play servers
- Updated dependencies


## [5.1.4] - 19-07-2022
### Fixed
- Fixed CrCast login issue
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.pretendyourexyzzy"
minSdkVersion 21
targetSdkVersion 32
versionCode 138
versionName "5.1.4"
versionCode 139
versionName "5.1.5"
}

if (isCi) {
Expand Down
4 changes: 2 additions & 2 deletions 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 CrCast login issue
- Updated libraries
- Removed outdated play servers
- Minor improvements

0 comments on commit 27d8957

Please sign in to comment.