Skip to content

Commit

Permalink
V15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zadeviggers committed Apr 26, 2023
1 parent f693f83 commit 952369f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "net.viggers.zade.wallpaper"
minSdk 27
targetSdk 33
versionCode 17
versionName "15.2"
versionCode 18
versionName "15.3"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
5 changes: 5 additions & 0 deletions metadata/en-US/changelogs/18.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Version 15.3 (#18)

- Fixed a bug with the wallpaper not being re-drawn when preferences are changed

**Full Changelog**: https://github.com/zadeviggers/wallpaper/compare/Version15.2...Version15.3

0 comments on commit 952369f

Please sign in to comment.