Skip to content

Commit

Permalink
v1.7.1 (61)
Browse files Browse the repository at this point in the history
  • Loading branch information
cvzi committed Aug 16, 2024
1 parent e724011 commit 069df9a
Show file tree
Hide file tree
Showing 3 changed files with 7 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.7.1
* Remove thumbnail from wallpaper to avoid a bug with the "Recent apps"-screen [#185](https://github.com/cvzi/darkmodewallpaper/issues/185)

## 1.7.0
* Lockscreen wallpaper works after reboot
* Option to disable notifying the launcher of the lockscreen colors
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ android {
}
namespace 'com.github.cvzi.darkmodewallpaper'
defaultConfig {
versionName '1.7.0'
versionCode 60
versionName '1.7.1'
versionCode 61
applicationId 'com.github.cvzi.darkmodewallpaper'
minSdk libs.versions.sdk.min.get().toInteger()
compileSdk libs.versions.sdk.compile.get().toInteger()
Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/61.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* Lockscreen wallpaper works after reboot
* Fix for "Recent apps" screen

0 comments on commit 069df9a

Please sign in to comment.