From 27d8957f176c605e175bc7da89f3b11c76ff1ee8 Mon Sep 17 00:00:00 2001 From: devgianlu Date: Sat, 17 Dec 2022 14:24:43 +0100 Subject: [PATCH] Release 5.1.5 (139) --- CHANGELOG.md | 6 ++++++ app/build.gradle | 4 ++-- app/src/main/play/release-notes/en-GB/production.txt | 4 ++-- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 398f1d8b..5317fe2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/app/build.gradle b/app/build.gradle index bc040f29..3d0c1e10 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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) { diff --git a/app/src/main/play/release-notes/en-GB/production.txt b/app/src/main/play/release-notes/en-GB/production.txt index 7c208052..d591267f 100644 --- a/app/src/main/play/release-notes/en-GB/production.txt +++ b/app/src/main/play/release-notes/en-GB/production.txt @@ -1,2 +1,2 @@ -- Fixed CrCast login issue -- Updated libraries \ No newline at end of file +- Removed outdated play servers +- Minor improvements \ No newline at end of file