File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ buildscript {
1010 }
1111 dependencies {
1212 classpath(" org.jetbrains.kotlin:kotlin-gradle-plugin:${ safeExtGet('kotlinVersion')} " )
13- classpath(" com.android.tools.build:gradle:8.3.0 " )
13+ classpath(" com.android.tools.build:gradle:7.0.4 " )
1414 }
1515 ext. kotlinVersion = " ${ safeExtGet('kotlinVersion')} "
1616}
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ buildscript {
99
1010 dependencies {
1111 classpath(" org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.20" )
12- classpath(" com.android.tools.build:gradle:8.3.0 " )
12+ classpath(" com.android.tools.build:gradle:7.0.4 " )
1313 getReactNativeDependencies(). each { dependency ->
1414 classpath(dependency)
1515 }
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.3 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.5.1 -bin.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments