mirror of
https://github.com/libre-tube/LibreTube.git
synced 2024-12-13 13:50:30 +05:30
chore: bump version to v0.22.1
This commit is contained in:
parent
a95ff1b1c5
commit
fa8eb01447
@ -15,8 +15,8 @@ android {
|
||||
applicationId = "com.github.libretube"
|
||||
minSdk = 21
|
||||
targetSdk = 34
|
||||
versionCode = 48
|
||||
versionName = "0.22.0"
|
||||
versionCode = 49
|
||||
versionName = "0.22.1"
|
||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||
resValue("string", "app_name", "LibreTube")
|
||||
|
||||
|
7
fastlane/metadata/android/en-US/changelogs/49.txt
Normal file
7
fastlane/metadata/android/en-US/changelogs/49.txt
Normal file
@ -0,0 +1,7 @@
|
||||
* fix: back gesture doesn't work on some devices
|
||||
* fix: respect feed filter on home tab
|
||||
* fix: search is showing inappropriate results
|
||||
* fix: autoplay stops after turning screen off
|
||||
* fix: auto rotation stops working after having entered the fullscreen player
|
||||
* fix: comment expands when tapping on timestamp
|
||||
* fix: crashes during pagination on server side cancelled requests
|
Loading…
Reference in New Issue
Block a user