Skip to content

Commit

Permalink
v1.2.11 (28)
Browse files Browse the repository at this point in the history
  • Loading branch information
cvzi committed Jun 16, 2022
1 parent 25d5124 commit c32099e
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.2.11
* Immediately redraw after exiting micro screen [#63](https://github.com/cvzi/darkmodewallpaper/issues/63)

## 1.2.10
* Allow importing to night/lockscreen [#62](https://github.com/cvzi/darkmodewallpaper/issues/62)

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {
applicationId "com.github.cvzi.darkmodewallpaper"
minSdkVersion 29
targetSdkVersion 32
versionCode 27
versionName "1.2.10"
versionCode 28
versionName "1.2.11"
}
buildTypes {
release {
Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/28.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
🌟 Choice to import current wallpaper as night time or lock-screen image
🐛 Minor bugfix

0 comments on commit c32099e

Please sign in to comment.