Skip to content

Commit

Permalink
v1.4.14 (46)
Browse files Browse the repository at this point in the history
  • Loading branch information
cvzi committed Feb 13, 2023
1 parent 69655a5 commit 4f8fbfd
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.4.14
* Refactor wallpaper colors calculation

## 1.4.13
* Add current wallpaper colors to debug information
* Use viewBinding
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ android {
applicationId "com.github.cvzi.darkmodewallpaper"
minSdkVersion 29
targetSdkVersion 33
versionCode 45
versionName "1.4.13"
versionCode 46
versionName "1.4.14"
}
buildTypes {
release {
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/46.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Show the wallpaper colors that the launcher receives

0 comments on commit 4f8fbfd

Please sign in to comment.