After upgrading my react native version from 0.63.3 to latest version, I am getting the following errors:
> Could not resolve all files for configuration ':classpath'.
> Could not find com.facebook.react:react-native-gradle-plugin:.
Required by:
project :
Following are the dependencies in my build.gradle file:
dependencies {
classpath("com.android.tools.build:gradle:7.0.4")
classpath("com.facebook.react:react-native-gradle-plugin")
classpath("de.undercouch:gradle-download-task:4.1.2")
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
Would anyone be able to explain this to me? It would be greatly appreciated if you could help!