2023-01-08 15:54:00 +01:00
|
|
|
# 💼 Prerequisites
|
2022-10-28 04:29:14 +02:00
|
|
|
|
2023-01-08 15:54:00 +01:00
|
|
|
To develop with ReVanced, you will need to fulfill certain requirements.
|
2022-10-28 04:29:14 +02:00
|
|
|
|
2023-01-08 15:54:00 +01:00
|
|
|
## 🤝 Requirements
|
2022-10-28 04:29:14 +02:00
|
|
|
|
2024-02-25 06:12:00 +01:00
|
|
|
- A Java/ Kotlin IDE such as [IntelliJ IDEA](https://www.jetbrains.com/idea/)
|
2023-05-07 18:07:17 +02:00
|
|
|
- Java SDK 17 (Azul JDK or OpenJDK)
|
2024-03-02 22:04:25 +01:00
|
|
|
- Knowledge of Git, Gradle and how to setup and use multi-module projects
|
2022-10-28 04:29:14 +02:00
|
|
|
|
2023-01-08 15:54:00 +01:00
|
|
|
## ⏭️ Whats next
|
|
|
|
|
2024-02-25 06:12:00 +01:00
|
|
|
The next section will explain, how to setup a convenient development environment for ReVanced with [IntelliJ IDEA](https://www.jetbrains.com/idea/)
|
2023-01-08 15:54:00 +01:00
|
|
|
|
2024-02-25 06:12:00 +01:00
|
|
|
Continue: [👨💻 Setup a development environment for ReVanced](1_setup.md)
|