Skip to content

Commit 75b5dde

Browse files
committed
Bump version and update readme
1 parent 6ad56c4 commit 75b5dde

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ Currently only a minimal set of patches work (`microg-support`, `protobuf-spoof`
1010
- [YouTube APK](https://www.apkmirror.com/apk/google-inc/youtube/youtube-16-40-36-release/youtube-16-40-36-android-apk-download/)
1111
- [revanced-integrations for Android 5](https://github.com/d4n3436/revanced-integrations/releases)
1212
- Zulu OpenJDK 17
13-
- [revanced-cli v2.21.1](https://github.com/revanced/revanced-cli/releases/tag/v2.21.1)
13+
- [revanced-cli](https://github.com/revanced/revanced-cli/releases/latest)
1414

1515
- Patch with the following command (file names changed for brevity):
1616
```
17-
java -jar revanced-cli.jar -a YouTube_16.40.36.apk -o YouTube_ReVanced_16.40.36.apk -b revanced-patches-2.160.6.jar -m revanced-integrations-0.96.4.apk -i microg-support -i protobuf-spoof -i client-spoof -i hide-video-ads -i enable-minimized-playback --exclusive
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
1818
```
1919

2020
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.6
2+
version = 2.160.7

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@
368368
<Preference android:title=" " android:selectable="false" android:summary="@string/pref_about_category" />
369369
<PreferenceScreen android:title="@string/revanced_patches_information" android:summary="@string/revanced_patches_information_summary" >
370370
<Preference android:title=" " android:selectable="false" android:summary="@string/revanced_tool_used" />
371-
<Preference android:title="revanced-patches" android:selectable="false" android:summary="2.160.6" />
371+
<Preference android:title="revanced-patches" android:selectable="false" android:summary="2.160.7" />
372372
<Preference android:title="revanced-integrations" android:key="revanced-integrations" android:selectable="false"/>
373373
374374
<Preference android:title=" " android:selectable="false" android:summary="@string/revanced_video_ads_removal_title" />

0 commit comments

Comments
 (0)