Skip to content

Commit

Permalink
Version bump v1.1.8 14
Browse files Browse the repository at this point in the history
  • Loading branch information
cvzi committed Sep 1, 2021
1 parent 0f0f96a commit a6895fe
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 1.1.8
* Fix small bugs

## 1.1.7
* Improve color detection performance
* Error in layout [#32](https://github.com/cvzi/darkmodewallpaper/issues/32) fixed in [#33](https://github.com/cvzi/darkmodewallpaper/pull/33) by [@yuhuitech](https://github.com/yuhuitech)
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
applicationId "com.github.cvzi.darkmodewallpaper"
minSdkVersion 29
targetSdkVersion 31
versionCode 13
versionName "1.1.7"
versionCode 14
versionName "1.1.8"
}

buildTypes {
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/14.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bugfix by @yuhuitech for larger font sizes

0 comments on commit a6895fe

Please sign in to comment.