Skip to content

Commit 2ebb89e

Browse files
leotmlegobeat
authored andcommitted
Revert "fix: downgrade gradle from 8.3.0 to 7.0.4"
This reverts commit 095e560.
1 parent d544fab commit 2ebb89e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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:7.0.4")
13+
classpath("com.android.tools.build:gradle:8.3.0")
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:7.0.4")
12+
classpath("com.android.tools.build:gradle:8.3.0")
1313
getReactNativeDependencies().each { dependency ->
1414
classpath(dependency)
1515
}

0 commit comments

Comments
 (0)