Skip to content

Commit 5e9c24a

Browse files
committed
fix duplicate PreferenceSearchItem and extractor hash issue
1 parent c85655f commit 5e9c24a

3 files changed

Lines changed: 2 additions & 104 deletions

File tree

app/src/main/java/org/schabi/newpipe/settings/preferencesearch/PreferenceSearchItem.java

Lines changed: 0 additions & 102 deletions
This file was deleted.

app/src/main/java/org/schabi/newpipe/settings/preferencesearch/PreferenceSearchItem.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import androidx.annotation.XmlRes
1212
*
1313
* @param key Key of the setting/preference. E.g. used inside [android.content.SharedPreferences].
1414
* @param title Title of the setting, e.g. 'Default resolution' or 'Show higher resolutions'.
15-
* @param summary Summary of the setting, e.g. '480p' or 'Only some devices can play 2k/4k'.
15+
* @param summary Summary of the setting, e.g. '480p' or 'Only some devices can play 1440p/4k'.
1616
* @param entries Possible entries of the setting, e.g. 480p,720p,...
1717
* @param breadcrumbs Breadcrumbs - a hint where the setting is located e.g. 'Video and Audio > Player'
1818
* @param searchIndexItemResId The xml-resource where this item was found/built from.

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ teamnewpipe-nanojson = "e9d656ddb49a412a5a0a5d5ef20ca7ef09549996"
6565
# the corresponding commit hash, since JitPack sometimes deletes artifacts.
6666
# If there’s already a git hash, just add more of it to the end (or remove a letter)
6767
# to cause jitpack to regenerate the artifact.
68-
teamnewpipe-newpipe-extractor = "824486dfdf4e9ba0fbe820bc2938f9101ae739a6"
68+
teamnewpipe-newpipe-extractor = "824486dfdf4e9ba0fbe820bc2938f9101ae739a"
6969
webkit = "1.14.0" # Newer versions require minSdk >= 23
7070
work = "2.10.5" # Newer versions require minSdk >= 23
7171

0 commit comments

Comments
 (0)