Skip to content

Commit

Permalink
v1.1.6 (12)
Browse files Browse the repository at this point in the history
  • Loading branch information
cvzi committed Aug 13, 2021
1 parent e200655 commit b98597e
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.6
* Detect colors from wallpaper instead of from the image file [#26](https://github.com/cvzi/darkmodewallpaper/issues/28), [#28](https://github.com/cvzi/darkmodewallpaper/issues/28), [#29](https://github.com/cvzi/darkmodewallpaper/issues/29)

## 1.1.5
* Fix layout on Android 12 [#27](https://github.com/cvzi/darkmodewallpaper/issues/27)
* Improve detection of wallpaper colors [#28](https://github.com/cvzi/darkmodewallpaper/issues/28)
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 11
versionName "1.1.5"
versionCode 12
versionName "1.1.6"
}

buildTypes {
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/12.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Improved wallpaper color detection

0 comments on commit b98597e

Please sign in to comment.