File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ buildscript {
10
10
}
11
11
dependencies {
12
12
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 " )
14
14
}
15
15
ext. kotlinVersion = " ${ safeExtGet('kotlinVersion')} "
16
16
}
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ buildscript {
9
9
10
10
dependencies {
11
11
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 " )
13
13
getReactNativeDependencies(). each { dependency ->
14
14
classpath(dependency)
15
15
}
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =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
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments