From 17a06f002489f5ca43e291a1d1a455a1da956d25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Wed, 9 Oct 2024 17:30:02 +0200 Subject: [PATCH] android_studio.md: cleanup --- topics/products/androidstudio/android_studio.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/topics/products/androidstudio/android_studio.md b/topics/products/androidstudio/android_studio.md index 0610c1e91..94ea09143 100644 --- a/topics/products/androidstudio/android_studio.md +++ b/topics/products/androidstudio/android_studio.md @@ -32,8 +32,8 @@ The Android Studio version presented here is `2021.1.1 Patch 1`, but the `2021.1 In this case, the (BRANCH.BUILD.FIX) version of the IntelliJ Platform is `211.7628.21` – marked with the blue rectangle – is corresponding to the IntelliJ IDEA version `2021.1.3`. -In your Gradle build script, you should set both versions – the build number and the release number – to the [`intellij.version`](tools_gradle_intellij_plugin.md#intellij-extension-version) property. -To figure out the exact release number based on the build number, visit the [IntelliJ Repository Releases](https://www.jetbrains.com/intellij-repository/releases/) listing and check the `com.jetbrains.intellij.idea` section. +In the Gradle build script, both versions should be set: the build number and the release number. +To figure out the exact release number based on the build number, see [](android_studio_releases_list.md). The [](#gradle-build-script) section below explains how to set the IntelliJ Platform version to match the target version of Android Studio.