Skip to content

Commit fb81d2a

Browse files
authored
Merge pull request n0k0m3#15 from Lyceris-chan/main
Update for YouTube 17.24.35
2 parents 9e716ed + 42d9013 commit fb81d2a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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.34](https://www.apkmirror.com/apk/google-inc/youtube/youtube-17-24-34-release/youtube-17-24-34-2-android-apk-download/)
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/)
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: 3 additions & 3 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.34
5+
# YouTube 17.24.35
66
# Vanced microG 0.2.24.220220
77

88
YTM_VERSION="5.03.50"
9-
YT_VERSION="17.24.34"
9+
YT_VERSION="17.24.35"
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.34 com.google.android.youtube
38+
# ./apkeep -a com.google.android.youtube@17.24.35 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

0 commit comments

Comments
 (0)