From ccea7674bd2811c5ddcfa214a73eaa62b1b421b3 Mon Sep 17 00:00:00 2001 From: eddyizm Date: Mon, 22 Dec 2025 19:14:29 -0800 Subject: [PATCH] chore: bumped version, added fastlane metadata --- app/build.gradle | 4 ++-- fastlane/metadata/android/en-US/changelogs/11.txt | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/11.txt diff --git a/app/build.gradle b/app/build.gradle index 4e6797d8..c74d9cc2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,8 +10,8 @@ android { minSdkVersion 24 targetSdk 35 - versionCode 10 - versionName '4.5.0' + versionCode 11 + versionName '4.6.0' testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' javaCompileOptions { diff --git a/fastlane/metadata/android/en-US/changelogs/11.txt b/fastlane/metadata/android/en-US/changelogs/11.txt new file mode 100644 index 00000000..84140e81 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/11.txt @@ -0,0 +1,3 @@ +* fix: checks preference and writes files externally, updates the ui when downloading from the directories +* chore: Update description_empty_title in English, Italian, French, Polish and Spanish +* feat: added regular playlist to home view