From 937ce8c35dc5017be24b5bcfd0b53a0d98aa127e Mon Sep 17 00:00:00 2001 From: Zeus Date: Wed, 23 Oct 2024 22:38:38 +0800 Subject: [PATCH] Update README.md 1 --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index f4ab68f..1f668f2 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,18 @@ The original UUVPN was built using Flutter, which led to increasing challenges i +# Android App Project + +## Prerequisites + +Before you begin, ensure you have met the following requirements: + +- **Operating System**: Any system that supports Android development (Windows, macOS, Linux). +- **Java Development Kit (JDK)**: JDK 11 or higher. +- **Android Studio**: The official IDE for Android development, version 4.1 or higher. +- **Android SDK**: The latest version of the Android SDK tools. +- **Go**: go version go1.23.2 darwin/amd64 + # Legacy Version (Original Flutter-based UUVPN) The following section contains information about the original Flutter-based UUVPN for historical reference. If you need the source code, you can check out the **flutter** branch