pull/2134/merge
Kanav Wadhawan 1 week ago committed by GitHub
commit 3326302696
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -32,6 +32,12 @@ in, and be notified when new content is published which matches interests they a
**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`. Change the run configuration to `app`.
![image](https://user-images.githubusercontent.com/873212/210559920-ef4a40c5-c8e0-478b-bb00-4879a8cf184a.png) ![image](https://user-images.githubusercontent.com/873212/210559920-ef4a40c5-c8e0-478b-bb00-4879a8cf184a.png)

Loading…
Cancel
Save