From 4bb48095b620d8684ef0b4bb9d76ba484f64fc8b Mon Sep 17 00:00:00 2001 From: Diraj H S Date: Fri, 14 Jun 2024 22:27:46 +0530 Subject: [PATCH] Update README Signed-off-by: Diraj H S --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index fdaa4335..3a610be9 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,10 @@ Access all branches from this tab. The branches are also accessible from the drop-down in the "Code" tab. +## Requirements + +1. Android Studio (Jellyfish or above) +2. JDK 21 with `JAVA_HOME` environment variable set. If you don't have JDK 21 installed or `JAVA_HOME` is not set, consider using a tool like `sdkman` to simplify the process. Refer to the sdkman documentation for installation instructions: [sdkman installation](https://sdkman.io/install) ## Working with the Course Code