From 10c7d9598b767876de841bf3c18382cf3a465bb5 Mon Sep 17 00:00:00 2001 From: Igor Demin Date: Fri, 10 Sep 2021 18:14:47 +0300 Subject: [PATCH] Update README.md --- compose/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose/README.md b/compose/README.md index 1e48dc340f..6c086d2fef 100644 --- a/compose/README.md +++ b/compose/README.md @@ -22,7 +22,7 @@ git config --global submodule.recurse true ## Requirements to develop in IDE - Android Studio 2021.1.1 Canary 8 (https://developer.android.com/studio/archive) -- Custom Gradle 7.1 specified in `Settings -> Build, Execution, Deployment -> Build Tools -> Gradle` (because Android Studio will pick the wrong Gradle in the subproject instead of the Gradle in the root project) +- Custom Gradle 7.2 specified in `Settings -> Build, Execution, Deployment -> Build Tools -> Gradle` (because Android Studio will pick the wrong Gradle in the subproject instead of the Gradle in the root project) - Specified Gradle JDK 11 in `... -> Build Tools -> Gradle` - Environment variables: ```