From b3005dd77ff9695f0bbdf05c1a044888cdd1783d Mon Sep 17 00:00:00 2001 From: Qandil11 Date: Thu, 4 Sep 2025 21:55:39 +0100 Subject: [PATCH 1/2] docs(README): call out JDK 17 requirement for AGP --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 9ce8277571..269772f96b 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,12 @@ You can clone this repository or import the project from Android Studio following the steps [here](https://developer.android.com/jetpack/compose/setup#sample). +> **Java / JDK** +> Building with recent Android Gradle Plugin versions requires **JDK 17**. +> Android Studio (Flamingo and newer) bundles JDK 17 by default. +> See: https://developer.android.com/studio/releases/gradle-plugin#jdk-17 + + 🧬 Samples ------------ From 33f6b716b5b6a897fb2538a19d325561f6a924d1 Mon Sep 17 00:00:00 2001 From: Qandil11 Date: Thu, 4 Sep 2025 22:17:31 +0100 Subject: [PATCH 2/2] docs(README): descriptive AGP link + remove extra blank line --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 269772f96b..68b197dee8 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,7 @@ project from Android Studio following the steps > **Java / JDK** > Building with recent Android Gradle Plugin versions requires **JDK 17**. > Android Studio (Flamingo and newer) bundles JDK 17 by default. -> See: https://developer.android.com/studio/releases/gradle-plugin#jdk-17 - +> See the [AGP release notes](https://developer.android.com/studio/releases/gradle-plugin#jdk-17). 🧬 Samples ------------