This message was deleted.
# community-support
s
This message was deleted.
t
I have no idea how the project was generated/modified and/or how react-native actually works, but there's no such thing as a version 7.5.1 of the Android Gradle Plugin (https://developer.android.com/build/releases/gradle-plugin). There is a 7.5.1 version of Gradle though (https://gradle.org/releases/) so it looks like things got mixed up.
b
Thank you Thomas. I checked the version from the gradle-wrapper properties.
This what it showed distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists distributionUrl=https\:<//services.gradle.org/distributions/gradle-7.5.1-all.zip> zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists
t
The 7.5.1 in the error comes from the
settings.gradle
or
build.gradle
.
b
How do i know the correct version to use?