mirror of
https://github.com/libre-tube/LibreTube.git
synced 2024-12-13 22:00:30 +05:30
chore: prepare for v0.21.1
This commit is contained in:
parent
7149578624
commit
ac024c869d
@ -14,8 +14,8 @@ android {
|
|||||||
applicationId = "com.github.libretube"
|
applicationId = "com.github.libretube"
|
||||||
minSdk = 21
|
minSdk = 21
|
||||||
targetSdk = 33
|
targetSdk = 33
|
||||||
versionCode = 46
|
versionCode = 47
|
||||||
versionName = "0.21.0"
|
versionName = "0.21.1"
|
||||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||||
resValue("string", "app_name", "LibreTube")
|
resValue("string", "app_name", "LibreTube")
|
||||||
|
|
||||||
|
9
fastlane/metadata/android/en-US/changelogs/47.txt
Normal file
9
fastlane/metadata/android/en-US/changelogs/47.txt
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user