File tree Expand file tree Collapse file tree
fastlane/metadata/android/en-US/changelogs Expand file tree Collapse file tree Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 "
6363viewpager2 = " 1.1.0"
6464webkit = " 1.14.0" # Newer versions require minSdk >= 23
6565work = " 2.10.5" # Newer versions require minSdk >= 23
You can’t perform that action at this time.
0 commit comments