Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,13 @@ in, and be notified when new content is published which matches interests they a

# Development Environment

**Now in Android** uses the Gradle build system and can be imported directly into Android Studio (make sure you are using the latest stable version available [here](https://developer.android.com/studio)).
**Now in Android** uses the Gradle build system and can be imported directly into Android Studio (make sure you are using the latest stable version available [here](https://developer.android.com/studio)).

> [!NOTE]
> This project requires **JDK 17** for Gradle. In Android Studio, set
> **Settings → Build, Execution, Deployment → Build Tools → Gradle → Gradle JDK** to **17**
> (or **Embedded JDK** on recent Studio versions). Using JDK 11 will fail when resolving
> the baseline profile Gradle plugin and other dependencies that target Java 17.

Change the run configuration to `app`.

Expand Down