Merge pull request #4288 from kiwix/updated_android_studio_preview_url_in_readme

Updated the README file to reflect the compatible version of Android Studio.
This commit is contained in:
Kelson 2025-04-19 17:36:38 +02:00 committed by GitHub
commit 6fd469e819
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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.