From 6f72ef5c85de7348f69c6fda63dacae272670b7d Mon Sep 17 00:00:00 2001 From: cvzi Date: Sat, 26 Aug 2023 00:06:44 +0200 Subject: [PATCH] v1.6.3 (51) --- CHANGELOG.md | 4 ++++ app/build.gradle | 4 ++-- fastlane/metadata/android/en-US/changelogs/51.txt | 4 ++++ 3 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/51.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index a7284c1..df9e821 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/app/build.gradle b/app/build.gradle index 644fd34..dc56178 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 { diff --git a/fastlane/metadata/android/en-US/changelogs/51.txt b/fastlane/metadata/android/en-US/changelogs/51.txt new file mode 100644 index 0000000..674a62f --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/51.txt @@ -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 \ No newline at end of file