feat: Remove integrations and document how to setup libraries

This commit is contained in:
oSumAtrIX
2024-11-26 19:21:33 +01:00
parent 40bb05759a
commit 873364c4ce
2 changed files with 104 additions and 55 deletions

View File

@@ -1,15 +1,15 @@
# 💼 Prerequisites
To develop with ReVanced, you will need to fulfill certain requirements.
Certain requirements are needed to be able to develop with ReVanced.
## 🤝 Requirements
- A Java/ Kotlin IDE such as [IntelliJ IDEA](https://www.jetbrains.com/idea/)
- Java SDK 17 (Azul JDK or OpenJDK)
- Knowledge of Git, Gradle and how to setup and use multi-module projects
- Java Runtime Environment 17 (e.g. [OpenJDK](https://jdk.java.net/archive/))
- Knowledge of Git, Gradle and how to setup and use multi-module Gradle projects
## ⏭️ Whats next
The next section will explain, how to setup a convenient development environment for ReVanced with [IntelliJ IDEA](https://www.jetbrains.com/idea/)
The next section explains, how to setup a suitable development environment for ReVanced with [IntelliJ IDEA](https://www.jetbrains.com/idea/)
Continue: [👨‍💻 Setup a development environment for ReVanced](1_setup.md)