Skip to content

Commit

Permalink
Version bump v1.0-alpha3 (4)
Browse files Browse the repository at this point in the history
  • Loading branch information
cvzi committed Mar 14, 2021
1 parent 5ba4d30 commit 2975e29
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 1.0-alpha3
* Fix: Unlock not detected [#7](https://github.com/cvzi/darkmodewallpaper/issues/7)
* Fix: Safely dismiss() dialogs
* Lock screen icons
* Check for permission before trying to import wallpaper
* Properly go into fullscreen mode with BEHAVIOR_SHOW_TRANSIENT_BARS_BY_SWIPE
* Enable lock screen settings when image is selected
* More info in about activity
* Allow landscape orientation in activities

## 1.0-alpha2
* French translation

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 30
versionCode 3
versionName "1.0-alpha2"
versionCode 4
versionName "1.0-alpha3"
}

buildTypes {
Expand Down

0 comments on commit 2975e29

Please sign in to comment.