Skip to content

Commit 8726031

Browse files
committed
fix: downgrade Gradle and AGP
1 parent bf13c2d commit 8726031

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

example/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
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
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)