Skip to content

Commit

Permalink
Prepare for v1.6.1 (49)
Browse files Browse the repository at this point in the history
  • Loading branch information
cvzi committed Apr 7, 2023
1 parent b412ac2 commit 321f6c5
Show file tree
Hide file tree
Showing 3 changed files with 8 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.6.1
* Fix language list for Android 13

## 1.6.0
* Translations updated from crowdin
* Add donation links
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ android {
applicationId 'com.github.cvzi.darkmodewallpaper'
minSdkVersion 29
targetSdkVersion 33
versionCode 48
versionName '1.6.0'
versionCode 49
versionName '1.6.1'
externalNativeBuild.cmake.cppFlags '-std=c++17'
}
buildTypes {
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/49.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
* 🎞️ Added support for animated GIF and animated WebP
* Set the colors that the launcher receives (in the advanced settings)
* Bugfix: List of supported languages on Android 13 was incomplete

0 comments on commit 321f6c5

Please sign in to comment.