From 1f80772f67e421ce0f72576e95dd1ec8b01192fe Mon Sep 17 00:00:00 2001 From: Igor Demin Date: Tue, 22 Feb 2022 13:44:09 +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 ce4423ca72..b9f4217ba6 100644 --- a/compose/README.md +++ b/compose/README.md @@ -21,7 +21,7 @@ git config --global submodule.recurse true - CMake 3.10.2.4988404 (in folder $androidSdk/cmake, not in $androidSdk/cmake/$version) ## Developing in IDE -1. Download Android Studio from [the offcial site](https://developer.android.com/studio/archive). It is mandatory to use the version, written [here](https://github.com/JetBrains/androidx/blob/jb-main/gradle/libs.versions.toml#L11). As an alternative you can use IDEA, which is compatible with [this AGP version](https://github.com/JetBrains/androidx/blob/jb-main/gradle/libs.versions.toml#L5), or you can disable Android plugin in IDEA plugins, to develop non-Android targets. +1. Download Android Studio from [the offcial site](https://developer.android.com/studio/archive) (it is mandatory to use the version, written [here](https://github.com/JetBrains/androidx/blob/jb-main/gradle/libs.versions.toml#L11)). As an alternative you can use IDEA, which is compatible with [this AGP version](https://github.com/JetBrains/androidx/blob/jb-main/gradle/libs.versions.toml#L5), or you can disable Android plugin in IDEA plugins, to develop non-Android targets. 2. Set environment variables: ``` export ALLOW_PUBLIC_REPOS=1