Skip to content

Commit

Permalink
v1.6.3 (51)
Browse files Browse the repository at this point in the history
  • Loading branch information
cvzi committed Aug 25, 2023
1 parent fe5e15d commit 6f72ef5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.6.3
* Swedish translation updated by [@opExe](https://github.com/opExe)
* Sdk 34

## 1.6.2
* Translations updated from crowdin
* Don't ask to [import wallpaper on Android Tiramisu](https://issuetracker.google.com/issues/237124750#comment60)
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 {
minSdk 29
compileSdk 34
targetSdk 34
versionCode 50
versionName '1.6.2'
versionCode 51
versionName '1.6.3'
externalNativeBuild.cmake.cppFlags '-std=c++17'
}
buildTypes {
Expand Down
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/51.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
* 🎞️ 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
* Translations updated

0 comments on commit 6f72ef5

Please sign in to comment.