From cf9a14c762e0ca13ffd22c50b61268b64b581490 Mon Sep 17 00:00:00 2001 From: validcube Date: Sat, 21 Oct 2023 20:35:25 +0700 Subject: [PATCH] docs: part 6.8 --- docs/developers/0_preparation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developers/0_preparation.md b/docs/developers/0_preparation.md index dd446a07..d353c1d2 100644 --- a/docs/developers/0_preparation.md +++ b/docs/developers/0_preparation.md @@ -3,7 +3,7 @@ In order to compile ReVanced Manager, certain requirements must be met. ## 📝 Prerequisites * Kotlin IDE such as [Android Studio](https://developer.android.com/studio) -* Understanding of [Android](https://android.com) OS and [Kotlin](https://kotlinlang.org/) language +* Understanding of [Android](https://android.com) development, [Kotlin](https://kotlinlang.org/) language and [Jetpack Compose](https://developer.android.com/jetpack/compose). * At least Java Development Kit version 17 of any vendors ## 🏃 Prepare the environment