When the gradle plugin it updated, the build tools are also updated. However, if needed, you can still specify the build tools version that you want to use. Upgrading to newer versions is always recommended . Generally, upgrading will not have any problems, especially between 27.0.
Read moreWhat’s the latest Gradle version?
The current Gradle release is version 7.4. 1 , released on 09 Mar 2022.
Read moreHow do I know if I have the latest Gradle version?
In Android Studio, go to File > Project Structure. Then select the “project” tab on the left . Your Gradle version will be displayed here.22 May 2017
Read moreHow do I change the Gradle version in Windows?
One way to upgrade the Gradle version is manually change the distributionUrl property in the Wrapper’s gradle-wrapper. properties file . The better and recommended option is to run the wrapper task and provide the target Gradle version as described in Adding the Gradle Wrapper.
Read moreHow do I create a Gradle properties file?
In the Project window, right click your Project name and choose New > File . The new file name is “gradle. properties”.
Read moreHow do I set Gradle project properties?
What ways are there to configure project properties?
Read more