Skip to content

Commit

Permalink
Bump version and update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
d4n3436 committed Aug 6, 2023
1 parent 6ad56c4 commit 75b5dde
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ Currently only a minimal set of patches work (`microg-support`, `protobuf-spoof`
- [YouTube APK](https://www.apkmirror.com/apk/google-inc/youtube/youtube-16-40-36-release/youtube-16-40-36-android-apk-download/)
- [revanced-integrations for Android 5](https://github.com/d4n3436/revanced-integrations/releases)
- Zulu OpenJDK 17
- [revanced-cli v2.21.1](https://github.com/revanced/revanced-cli/releases/tag/v2.21.1)
- [revanced-cli](https://github.com/revanced/revanced-cli/releases/latest)

- Patch with the following command (file names changed for brevity):
```
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
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
```

Refer to the original [repository](https://github.com/kitadai31/revanced-patches-android6-7) for more info.
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
kotlin.code.style = official
version = 2.160.6
version = 2.160.7
2 changes: 1 addition & 1 deletion src/main/resources/youtube/settings/xml/revanced_prefs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@
<Preference android:title=" " android:selectable="false" android:summary="@string/pref_about_category" />
<PreferenceScreen android:title="@string/revanced_patches_information" android:summary="@string/revanced_patches_information_summary" >
<Preference android:title=" " android:selectable="false" android:summary="@string/revanced_tool_used" />
<Preference android:title="revanced-patches" android:selectable="false" android:summary="2.160.6" />
<Preference android:title="revanced-patches" android:selectable="false" android:summary="2.160.7" />
<Preference android:title="revanced-integrations" android:key="revanced-integrations" android:selectable="false"/>
<Preference android:title=" " android:selectable="false" android:summary="@string/revanced_video_ads_removal_title" />
Expand Down

0 comments on commit 75b5dde

Please sign in to comment.