From b98597e8a57238c1cc624839fc66af5a9a2f9575 Mon Sep 17 00:00:00 2001 From: cvzi Date: Fri, 13 Aug 2021 14:15:17 +0200 Subject: [PATCH] v1.1.6 (12) --- CHANGELOG.md | 3 +++ app/build.gradle | 4 ++-- fastlane/metadata/android/en-US/changelogs/12.txt | 1 + 3 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/12.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index 63bdb9f..43cf57d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/app/build.gradle b/app/build.gradle index f58d1f1..04c946c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 { diff --git a/fastlane/metadata/android/en-US/changelogs/12.txt b/fastlane/metadata/android/en-US/changelogs/12.txt new file mode 100644 index 0000000..0b2c6d9 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/12.txt @@ -0,0 +1 @@ +Improved wallpaper color detection \ No newline at end of file