Skip to content

Commit

Permalink
Release 5.1.6 (140)
Browse files Browse the repository at this point in the history
  • Loading branch information
devgianlu committed Jun 11, 2023
1 parent e4018ad commit d5f254b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 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.1.6] - 11-06-2023
### Changed
- Updated libraries


## [5.1.5] - 17-12-2022
### Changed
- Removed outdated play servers
Expand Down
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {

apply plugin: 'com.android.application'

def isCi = System.getenv("CI") == "true"
def isCi = System.getenv("CI") == "true"140
android {
compileSdkVersion 33
buildToolsVersion "33.0.0"
Expand All @@ -13,8 +13,8 @@ android {
applicationId "com.gianlu.pretendyourexyzzy"
minSdkVersion 21
targetSdkVersion 33
versionCode 139
versionName "5.1.5"
versionCode 140
versionName "5.1.6"
}

if (isCi) {
Expand Down
3 changes: 1 addition & 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 @@
- Removed outdated play servers
- Minor improvements
- Updated libraries

0 comments on commit d5f254b

Please sign in to comment.