diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 090b103eb..b185b55c4 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -14,8 +14,8 @@ android { applicationId = "com.github.libretube" minSdk = 21 targetSdk = 33 - versionCode = 46 - versionName = "0.21.0" + versionCode = 47 + versionName = "0.21.1" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" resValue("string", "app_name", "LibreTube") diff --git a/fastlane/metadata/android/en-US/changelogs/47.txt b/fastlane/metadata/android/en-US/changelogs/47.txt new file mode 100644 index 000000000..be5def275 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/47.txt @@ -0,0 +1,9 @@ +* fix: Audio Pausing on quickly volume level adjustment +* fix: can't open playlists +* fix: clarify setting description +* fix: correctly display transparent channelImages +* fix: crash on download menu +* fix: Improve home feed layout and fix issue where incorrect cache size was defaulted. +* fix: Improve player to mini-player transition + bottom space when there are no navigation tabs +* fix: Incorrect actions management through bluetooth devices +* fix: remove unnecessary subscription status api call in channel fragment \ No newline at end of file