Skip to content

Commit d378cab

Browse files
committed
Bump version
1 parent fe39895 commit d378cab

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# YouTube ReVanced for Android 5
22

3-
Currently only a minimal set of patches work (`microg-support`, `protobuf-spoof`, `client-spoof`, `hide-video-ads` and others).
3+
Unofficial ReVanced Extended for YouTube 16.40.36. Based on [kitadai31's fork of ReVanced Extended for Android 6/7](https://github.com/kitadai31/revanced-patches-android6-7)
4+
5+
Around half of the patches currently work.
46

57
## How to patch
68

@@ -14,7 +16,12 @@ Currently only a minimal set of patches work (`microg-support`, `protobuf-spoof`
1416

1517
- Patch with the following command (file names changed for brevity):
1618
```
17-
java -jar revanced-cli.jar -a YouTube_16.40.36.apk -o YouTube_ReVanced_16.40.36.apk -b revanced-patches-2.160.7.jar -m revanced-integrations-0.96.5.apk -i microg-support -i spoof-player-parameters -i client-spoof -i hide-video-ads -i enable-minimized-playback --exclusive
19+
java -jar revanced-cli.jar patch YouTube_16.40.36.apk -p -o YouTube_ReVanced_16.40.36.apk -b revanced-patches-2.160.8.jar -m revanced-integrations-0.96.6.apk -i microg-support -i spoof-player-parameters -i client-spoof -i hide-video-ads -i enable-minimized-playback --exclusive
20+
```
21+
22+
- Or patch with all the supported patches (ignore the errors):
23+
```
24+
java -jar revanced-cli.jar patch YouTube_16.40.36.apk -p -o YouTube_ReVanced_16.40.36.apk -b revanced-patches-2.160.8.jar -m revanced-integrations-0.96.6.apk -e custom-seekbar-color -e optimize-resource
1825
```
1926

2027
Refer to the original [repository](https://github.com/kitadai31/revanced-patches-android6-7) for more info.

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
kotlin.code.style = official
2-
version = 2.160.7
2+
version = 2.160.8

src/main/resources/youtube/settings/xml/revanced_prefs.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@
352352
<Preference android:title=" " android:selectable="false" android:summary="@string/pref_about_category" />
353353
<PreferenceScreen android:title="@string/revanced_patches_information" android:summary="@string/revanced_patches_information_summary" >
354354
<Preference android:title=" " android:selectable="false" android:summary="@string/revanced_tool_used" />
355-
<Preference android:title="revanced-patches" android:selectable="false" android:summary="2.160.7" />
355+
<Preference android:title="revanced-patches" android:selectable="false" android:summary="2.160.8" />
356356
<Preference android:title="revanced-integrations" android:key="revanced-integrations" android:selectable="false"/>
357357
358358
<Preference android:title=" " android:selectable="false" android:summary="@string/revanced_video_ads_removal_title" />

0 commit comments

Comments
 (0)