Skip to content

Commit 85abc58

Browse files
committed
Merge branch 'master' into dev
2 parents 955844b + 8578bd9 commit 85abc58

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ configure<ApplicationExtension> {
4444
minSdk = 21
4545
targetSdk = 35
4646

47-
versionCode = System.getProperty("versionCodeOverride")?.toInt() ?: 1007
47+
versionCode = System.getProperty("versionCodeOverride")?.toInt() ?: 1008
4848

49-
versionName = "0.28.2"
49+
versionName = "0.28.3"
5050
System.getProperty("versionNameSuffix")?.let { versionNameSuffix = it }
5151

5252
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
∙ Fixed resuming streams at the last playback position
2+
∙ [YouTube] Added support for more channel URL formats
3+
∙ [YouTube] Added support for more video metainfo formats
4+
∙ Updated translations

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ teamnewpipe-nanojson = "e9d656ddb49a412a5a0a5d5ef20ca7ef09549996"
5959
# the corresponding commit hash, since JitPack sometimes deletes artifacts.
6060
# If there’s already a git hash, just add more of it to the end (or remove a letter)
6161
# to cause jitpack to regenerate the artifact.
62-
teamnewpipe-newpipe-extractor = "v0.25.1"
62+
teamnewpipe-newpipe-extractor = "v0.25.2"
6363
viewpager2 = "1.1.0"
6464
webkit = "1.14.0" # Newer versions require minSdk >= 23
6565
work = "2.10.5" # Newer versions require minSdk >= 23

0 commit comments

Comments
 (0)