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