mirror of
https://github.com/libre-tube/LibreTube.git
synced 2024-12-12 21:30:30 +05:30
chore: bump version to v0.23.0
This commit is contained in:
parent
2ad84ed9bd
commit
3c1b81eccf
@ -15,8 +15,8 @@ android {
|
||||
applicationId = "com.github.libretube"
|
||||
minSdk = 21
|
||||
targetSdk = 34
|
||||
versionCode = 50
|
||||
versionName = "0.22.2"
|
||||
versionCode = 51
|
||||
versionName = "0.23.0"
|
||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||
resValue("string", "app_name", "LibreTube")
|
||||
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
8
fastlane/metadata/android/en-US/changelogs/51.txt
Normal file
8
fastlane/metadata/android/en-US/changelogs/51.txt
Normal file
@ -0,0 +1,8 @@
|
||||
* feat: chapters support for downloaded videos
|
||||
* feat: support for contributing to DeArrow
|
||||
* feat: support for importing temporary playlists from YouTube
|
||||
* feat: now playing notification for downloaded videos
|
||||
* feat: pip controls for offline player
|
||||
* feat: automatically scroll to current chapter
|
||||
* feat: preference to force maximum audio quality
|
||||
* feat: respect swipe controls option in audio mode
|
@ -1,7 +1,7 @@
|
||||
[versions]
|
||||
appcompat = "1.6.1"
|
||||
core = "1.13.0"
|
||||
gradle = "8.4.0"
|
||||
gradle = "8.3.1"
|
||||
kotlin = "1.9.23"
|
||||
ksp = "1.9.23-1.0.20"
|
||||
lifecycle = "2.7.0"
|
||||
|
Loading…
Reference in New Issue
Block a user