Skip to content

Commit

Permalink
feat(youtube/spoof-app-version): add 18.09.39 to version list
Browse files Browse the repository at this point in the history
  • Loading branch information
inotia00 committed Aug 3, 2023
1 parent c80d0e7 commit 86647ab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/main/resources/youtube/settings/host/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -597,9 +597,10 @@ 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_title">Spoof app version</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_1">17.41.37 - Restore old-style playlist shelf in the library tab</string>
<string name="revanced_spoof_app_version_target_entry_2">17.08.35 - Restore old UI layout</string>
<string name="revanced_spoof_app_version_target_entry_3">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_2">17.41.37 - Restore old-style playlist shelf in the library tab</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_4">16.08.35 - Restore explore tab</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_title">Edit spoof app version</string>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@
<item>@string/revanced_spoof_app_version_target_entry_1</item>
<item>@string/revanced_spoof_app_version_target_entry_2</item>
<item>@string/revanced_spoof_app_version_target_entry_3</item>
<item>@string/revanced_spoof_app_version_target_entry_4</item>
</string-array>
<string-array name="revanced_spoof_app_version_target_entry_value">
<item>18.20.39</item>
<item>18.09.39</item>
<item>17.41.37</item>
<item>17.08.35</item>
<item>16.08.35</item>
Expand Down

0 comments on commit 86647ab

Please sign in to comment.