From 518b08c9e3b40ea597f2b9e9d71b4fe79297820b Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Sun, 18 Dec 2022 22:31:27 +0100 Subject: [PATCH] docs: update example versions --- 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 e676f28..8732209 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.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. +- The APK file you want to patch (e.g. YouTube v17.49.37 or YouTube Music v5.36.51). 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).