mirror of
https://github.com/libre-tube/LibreTube.git
synced 2024-12-15 06:40:30 +05:30
Merge pull request #6398 from Bnyro/master
chore: bump version to v0.25.1
This commit is contained in:
commit
54b31c11ee
@ -15,8 +15,8 @@ android {
|
|||||||
applicationId = "com.github.libretube"
|
applicationId = "com.github.libretube"
|
||||||
minSdk = 21
|
minSdk = 21
|
||||||
targetSdk = 34
|
targetSdk = 34
|
||||||
versionCode = 55
|
versionCode = 56
|
||||||
versionName = "0.25.0"
|
versionName = "0.25.1"
|
||||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||||
resValue("string", "app_name", "LibreTube")
|
resValue("string", "app_name", "LibreTube")
|
||||||
|
|
||||||
|
6
fastlane/metadata/android/en-US/changelogs/56.txt
Normal file
6
fastlane/metadata/android/en-US/changelogs/56.txt
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
* feat: local streams extraction
|
||||||
|
* feat: quick share action to add video to playlist
|
||||||
|
* feat: share dialog redesign (including copy link feature)
|
||||||
|
* feat: show total playlist duration
|
||||||
|
* feat: button to screenshot/capture current frame
|
||||||
|
* feat: improve about activity and device info dialog
|
Loading…
Reference in New Issue
Block a user