Skip to content

Commit 3c3f2d6

Browse files
authored
Merge pull request n0k0m3#19 from Lyceris-chan/main
Update patches and YouTube
2 parents fb81d2a + ea2da93 commit 3c3f2d6

File tree

2 files changed

+30
-6
lines changed

2 files changed

+30
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ By default this will build ReVanced with ALL available patches. You can modify t
1010
## How to setup
1111
1. Fork or create a new repository using this repository as a template ([Guide](https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template)). DO NOT FORK if you need to set the new repo to private.
1212
2. Download latest (compatible) APKs of Youtube and Youtube Music from APKMirror.com:
13-
- [Youtube 17.24.35](https://www.apkmirror.com/apk/google-inc/youtube/youtube-17-24-35-release/youtube-17-24-35-android-apk-download/)
13+
- [Youtube 17.25.34](https://www.apkmirror.com/apk/google-inc/youtube/youtube-17-25-34-release/youtube-17-25-34-android-apk-download/)
1414
- Rename to `com.google.android.youtube.apk`
1515
- [Youtube Music 5.03.50](https://www.apkmirror.com/apk/google-inc/youtube-music/youtube-music-5-03-50-release/)
1616
- Choose correct version according to your device architecture

build_revanced.sh

Lines changed: 29 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
# Latest compatible version of apks
44
# YouTube Music 5.03.50
5-
# YouTube 17.24.35
5+
# YouTube 17.25.34
66
# Vanced microG 0.2.24.220220
77

88
YTM_VERSION="5.03.50"
9-
YT_VERSION="17.24.35"
9+
YT_VERSION="17.25.34"
1010
VMG_VERSION="0.2.24.220220"
1111

1212
# Artifacts associative array aka dictionary
@@ -35,7 +35,7 @@ done
3535
# Fetch microG
3636
chmod +x apkeep
3737

38-
# ./apkeep -a com.google.android.youtube@17.24.35 com.google.android.youtube
38+
# ./apkeep -a com.google.android.youtube@17.25.34 com.google.android.youtube
3939
# ./apkeep -a com.google.android.apps.youtube.music@5.03.50 com.google.android.apps.youtube.music
4040

4141
if [ ! -f "vanced-microG.apk" ]; then
@@ -60,8 +60,32 @@ echo "Building YouTube APK"
6060
echo "************************************"
6161

6262
mkdir -p build
63-
# Obtained from: revanced-patches-1.9.1
64-
# available_patches="-e amoled -e minimized-playback -e disable-create-button -e premium-heading -e custom-branding -e disable-shorts-button -e disable-fullscreen-panels -e old-quality-layout -e hide-cast-button -e microg-support -e general-ads -e video-ads -e seekbar-tapping -e upgrade-button-remover -e tasteBuilder-remover -e background-play -e exclusive-audio-playback -e codecs-unlock"
63+
# All patches will be included by default, you can exclude patches by appending -e patch-name to exclude said patch.
64+
# Example: -e microg-support
65+
66+
# All available patches obtained from: revanced-patches-2.4.0
67+
68+
# seekbar-tapping: Enable tapping on the seekbar of the YouTube player.
69+
# general-ads: Patch to remove general ads in bytecode.
70+
# video-ads: Patch to remove ads in the YouTube video player.
71+
# custom-branding: Change the branding of YouTube.
72+
# premium-heading: Show the premium branding on the the YouTube home screen.
73+
# minimized-playback: Enable minimized and background playback.
74+
# disable-fullscreen-panels: Disable comments panel in fullscreen view.
75+
# old-quality-layout: Enable the original quality flyout menu.
76+
# hide-autoplay-button: Disable the autoplay button.
77+
# disable-create-button: Disable the create button.
78+
# amoled: Enables pure black theme.
79+
# hide-shorts-button: Hide the shorts button.
80+
# hide-cast-button: Patch to hide the cast button.
81+
# hide-watermark: Hide Watermark on the page.
82+
# microg-support: Patch to allow YouTube ReVanced to run without root and under a different package name.
83+
# custom-playback-speed: Allows to change the default playback speed options.
84+
# background-play: Enable playing music in the background.
85+
# exclusive-audio-playback: Add the option to play music without video.
86+
# codecs-unlock: Enables more audio codecs. Usually results in better audio quality but may depend on song and device.
87+
# upgrade-button-remover: Remove the upgrade tab from the pivot bar in YouTube music.
88+
# tasteBuilder-remover: Removes the "Tell us which artists you like" card from the Home screen. The same functionality can be triggered from the settings anyway.
6589

6690
if [ -f "com.google.android.youtube.apk" ]
6791
then

0 commit comments

Comments
 (0)