From a22c4ebbafc4ad2c93e394f37c429f9584695f14 Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Tue, 29 Nov 2022 01:46:22 +0100 Subject: [PATCH] docs: update example version for YouTube --- docs/revanced-development/0_prerequisites.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/revanced-development/0_prerequisites.md b/docs/revanced-development/0_prerequisites.md index 21cd664..e676f28 100644 --- a/docs/revanced-development/0_prerequisites.md +++ b/docs/revanced-development/0_prerequisites.md @@ -4,7 +4,7 @@ - x86/x86_64 host architecture - Zulu JDK 17 - Latest Android SDK if you plan to build the integrations from the source -- The APK file you want to patch (e.g. YouTube v17.41.37 or YouTube Music v5.23.50). If you want to mount patched applications as root, make sure the same version is installed on your device. +- The APK file you want to patch (e.g. YouTube v17.45.36 or YouTube Music v5.23.50). If you want to mount patched applications as root, make sure the same version is installed on your device. You can continue by either [building everything from source](2_building_from_source.md) or [downloading the prebuilt packages](1_downloading.md).