Skip to content

Commit

Permalink
Version 1.6.1 (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiascode authored Feb 19, 2024
1 parent c5ebd5d commit d562f7f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Version 1.6.1 (Unreleased)
## Version 1.6.1 (2024-02-20)
- Fixed Cuberite installer on older Android versions
- Fixed incorrect theme colors on older Android versions

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
minSdk 16
//noinspection ExpiredTargetSdkVersion
targetSdk 28
versionCode 12
versionName "1.6.0"
versionCode 13
versionName "1.6.1"
vectorDrawables.useSupportLibrary = true
}
buildFeatures {
Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/13.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Fixed Cuberite installer on older Android versions
- Fixed incorrect theme colors on older Android versions

0 comments on commit d562f7f

Please sign in to comment.