Merge branch 'master' into dev
This commit is contained in:
commit
85abc58158
3 changed files with 7 additions and 3 deletions
|
|
@ -44,9 +44,9 @@ configure<ApplicationExtension> {
|
||||||
minSdk = 21
|
minSdk = 21
|
||||||
targetSdk = 35
|
targetSdk = 35
|
||||||
|
|
||||||
versionCode = System.getProperty("versionCodeOverride")?.toInt() ?: 1007
|
versionCode = System.getProperty("versionCodeOverride")?.toInt() ?: 1008
|
||||||
|
|
||||||
versionName = "0.28.2"
|
versionName = "0.28.3"
|
||||||
System.getProperty("versionNameSuffix")?.let { versionNameSuffix = it }
|
System.getProperty("versionNameSuffix")?.let { versionNameSuffix = it }
|
||||||
|
|
||||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||||
|
|
|
||||||
4
fastlane/metadata/android/en-US/changelogs/1008.txt
Normal file
4
fastlane/metadata/android/en-US/changelogs/1008.txt
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
∙ Fixed resuming streams at the last playback position
|
||||||
|
∙ [YouTube] Added support for more channel URL formats
|
||||||
|
∙ [YouTube] Added support for more video metainfo formats
|
||||||
|
∙ Updated translations
|
||||||
|
|
@ -59,7 +59,7 @@ teamnewpipe-nanojson = "e9d656ddb49a412a5a0a5d5ef20ca7ef09549996"
|
||||||
# the corresponding commit hash, since JitPack sometimes deletes artifacts.
|
# the corresponding commit hash, since JitPack sometimes deletes artifacts.
|
||||||
# If there’s already a git hash, just add more of it to the end (or remove a letter)
|
# If there’s already a git hash, just add more of it to the end (or remove a letter)
|
||||||
# to cause jitpack to regenerate the artifact.
|
# to cause jitpack to regenerate the artifact.
|
||||||
teamnewpipe-newpipe-extractor = "v0.25.1"
|
teamnewpipe-newpipe-extractor = "v0.25.2"
|
||||||
viewpager2 = "1.1.0"
|
viewpager2 = "1.1.0"
|
||||||
webkit = "1.14.0" # Newer versions require minSdk >= 23
|
webkit = "1.14.0" # Newer versions require minSdk >= 23
|
||||||
work = "2.10.5" # Newer versions require minSdk >= 23
|
work = "2.10.5" # Newer versions require minSdk >= 23
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue