distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip
buildscript {
ext {
buildToolsVersion = "34.0.0"
minSdkVersion = 21
compileSdkVersion = 34
targetSdkVersion = 34
ndkVersion = '23.1.7779620'
androidXCore = "1.7.0"
}
repositories {
google()
mavenCentral()
}
dependencies {
classpath('com.android.tools.build:gradle:8.2.0')
classpath("com.facebook.react:react-native-gradle-plugin")
classpath 'com.google.gms:google-services:4.3.14'
}
}
"react": "18.2.0",
"react-native": "0.72.5",
when i updated to 7.4.2 to 8.2.0 i get a lot of errors how can i fix it permanent?