Skip to content

Commit

Permalink
fix(Spoof App Version): Remove broken versions
Browse files Browse the repository at this point in the history
  • Loading branch information
girshcatt authored Mar 19, 2024
1 parent 7269c48 commit 6da033c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions src/main/resources/youtube/settings/host/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -849,8 +849,7 @@ This does not bypass the age restriction. It just accepts it automatically."</st

• This will change the appearance of the app, but unknown side effects may occur.
• If later turned off, the old UI may remain until clear the app data."</string>
<string name="revanced_spoof_app_version_target_entry_16_08_35">16.08.35 - Restore old explore tab</string>
<string name="revanced_spoof_app_version_target_entry_17_08_35">17.08.35 - Restore old UI layout</string>
<string name="revanced_spoof_app_version_target_entry_17_33_42">17.33.42 - Restore old UI layout</string>
<string name="revanced_spoof_app_version_target_entry_17_41_37">17.41.37 - Restore old playlist shelf</string>
<string name="revanced_spoof_app_version_target_entry_18_05_40">18.05.40 - Restore old comment input box</string>
<string name="revanced_spoof_app_version_target_entry_18_09_39">18.09.39 - Restore old library tab (Disable You Tab)</string>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,13 @@
<item>@string/revanced_spoof_app_version_target_entry_18_09_39</item>
<item>@string/revanced_spoof_app_version_target_entry_18_05_40</item>
<item>@string/revanced_spoof_app_version_target_entry_17_41_37</item>
<item>@string/revanced_spoof_app_version_target_entry_17_08_35</item>
<item>@string/revanced_spoof_app_version_target_entry_16_08_35</item>
<item>@string/revanced_spoof_app_version_target_entry_17_33_42</item>
</string-array>
<string-array name="revanced_spoof_app_version_target_entry_value">
<item>18.17.43</item>
<item>18.09.39</item>
<item>18.05.40</item>
<item>17.41.37</item>
<item>17.08.35</item>
<item>16.08.35</item>
<item>17.33.42</item>
</string-array>
</resources>

0 comments on commit 6da033c

Please sign in to comment.