Updated the README file to reflect the compatible version of Android Studio.

* Since there's no official Android Studio IDE that supports Android 16 yet — it's currently in the final beta phase and is expected to launch in May or possibly June — we need to use the `Canary build` of the `Narwhal` version for now. Therefore, we're updating the README file accordingly. Once the official IDE is released, we'll update the README again.
This commit is contained in:
MohitMaliFtechiz 2025-04-18 15:41:13 +05:30 committed by Kelson
parent 293e4495bf
commit 683392c3cc

View File

@ -80,7 +80,7 @@ Kiwix requires the following permissions to fully work:
## Build instructions
1. Clone [this repository](https://github.com/kiwix/kiwix-android).
2. Import the project with [Android Studio](https://developer.android.com/studio).
2. Import the project with [Android Studio Narwhal Canary build](https://developer.android.com/studio/preview).
3. Set the Gradle JDK to Java 17.
4. Run ./gradlew build from the root directory.