From 45be2860bb706101a57c35bd5778b04b5bf73a72 Mon Sep 17 00:00:00 2001 From: MohitMaliFtechiz Date: Tue, 2 Apr 2024 14:40:41 +0530 Subject: [PATCH] Added information about JDK configuration to the README file. * Our project requires `Java 11` to run. Therefore, developers should set the `Gradle JDK` to `Java 11`. We have included this information in the `Build Instructions` section of the `README` file. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 780975406..e9754cb00 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ To build this repository alone for development purposes you can simply **import** the project into Android Studio and the hard work will be done for you. Note here that instead of *opening* the project, you have to *import* it. If you prefer to build without Android Studio you must first set up the Android SDK and then run the command: `./gradlew build ` -from the root directory of the project. +from the root directory of the project. The project requires `Java 11` to run, Therefore set the `Gradle JDK` to `Java 11`. Kiwix-Android is a multi-module project, in 99% of scenarios you will want to build the `app` module in the `debug` configuration. If you are interested in our custom apps they have their own repo [kiwix-android-custom](https://github.com/kiwix/kiwix-android-custom