Skip to content

Commit

Permalink
Prepare for v1.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
cvzi committed Sep 8, 2022
1 parent 6315147 commit 1c25454
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 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.5
* Fix: blurring night lockscreen does not work [#79](https://github.com/cvzi/darkmodewallpaper/issues/79)

## 1.4.4
* Do not `notifyColorsChanged()` in Material you preview

Expand Down
9 changes: 5 additions & 4 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 36
versionName "1.4.4"
versionCode 37
versionName "1.4.5"
}
buildTypes {
release {
Expand Down Expand Up @@ -57,9 +57,10 @@ licenseReport {
dependencies {
implementation 'androidx.core:core-ktx:1.9.0'
implementation 'androidx.appcompat:appcompat:1.5.1'
implementation 'com.google.android.material:material:1.6.1'
implementation 'androidx.activity:activity-ktx:1.6.0-rc02'
implementation 'androidx.cardview:cardview:1.0.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'com.google.android.material:material:1.6.1'
implementation 'com.github.martin-stone:hsv-alpha-color-picker-android:3.0.1'
implementation 'androidx.cardview:cardview:1.0.0'
implementation 'com.github.android:renderscript-intrinsics-replacement-toolkit:344be3f'
}
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/37.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
🐛 Bugfix: blurring night lockscreen does not work

0 comments on commit 1c25454

Please sign in to comment.