feat(youtube/spoof-app-version): change some target versions

This commit is contained in:
inotia00 2023-10-01 23:30:41 +09:00
parent 1329186315
commit d71a2fce9b
2 changed files with 12 additions and 12 deletions

View File

@ -632,11 +632,11 @@ Since these setting is quite outdated, it may not be valid"</string>
This will change the appearance of the app, but unknown side effects may occur 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> If later turned off, the old UI may remain until clear the app data"</string>
<string name="revanced_spoof_app_version_target_entry_0">18.20.39 - Restore old-style player flyout panel</string> <string name="revanced_spoof_app_version_target_entry_16_08_35">16.08.35 - Restore explore tab</string>
<string name="revanced_spoof_app_version_target_entry_1">18.09.39 - Restore old-style library 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_2">17.41.37 - Restore old-style playlist shelf in the library tab</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_3">17.08.35 - Restore old UI layout</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_4">16.08.35 - Restore explore tab</string> <string name="revanced_spoof_app_version_target_entry_18_17_43">18.17.43 - Restore old player flyout panel</string>
<string name="revanced_spoof_app_version_target_entry_title">Spoof app version target</string> <string name="revanced_spoof_app_version_target_entry_title">Spoof app version target</string>
<string name="revanced_spoof_app_version_target_summary">Type the spoof app version target</string> <string name="revanced_spoof_app_version_target_summary">Type the spoof app version target</string>
<string name="revanced_spoof_app_version_target_title">Edit spoof app version</string> <string name="revanced_spoof_app_version_target_title">Edit spoof app version</string>

View File

@ -1,15 +1,15 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<resources> <resources>
<string-array name="revanced_spoof_app_version_target_entry"> <string-array name="revanced_spoof_app_version_target_entry">
<item>@string/revanced_spoof_app_version_target_entry_0</item> <item>@string/revanced_spoof_app_version_target_entry_18_17_43</item>
<item>@string/revanced_spoof_app_version_target_entry_1</item> <item>@string/revanced_spoof_app_version_target_entry_18_05_40</item>
<item>@string/revanced_spoof_app_version_target_entry_2</item> <item>@string/revanced_spoof_app_version_target_entry_17_41_37</item>
<item>@string/revanced_spoof_app_version_target_entry_3</item> <item>@string/revanced_spoof_app_version_target_entry_17_08_35</item>
<item>@string/revanced_spoof_app_version_target_entry_4</item> <item>@string/revanced_spoof_app_version_target_entry_16_08_35</item>
</string-array> </string-array>
<string-array name="revanced_spoof_app_version_target_entry_value"> <string-array name="revanced_spoof_app_version_target_entry_value">
<item>18.20.39</item> <item>18.17.43</item>
<item>18.09.39</item> <item>18.05.40</item>
<item>17.41.37</item> <item>17.41.37</item>
<item>17.08.35</item> <item>17.08.35</item>
<item>16.08.35</item> <item>16.08.35</item>