Skip to content

Commit d8e90aa

Browse files
committed
remove 7.4.0 from gradle classpath per upgrade diff
1 parent 419d379 commit d8e90aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ buildscript {
3030
}
3131

3232
dependencies {
33-
classpath('com.android.tools.build:gradle:7.4.0')
33+
classpath('com.android.tools.build:gradle')
3434
classpath("com.facebook.react:react-native-gradle-plugin")
3535
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion")
3636
classpath("com.netflix.nebula:gradle-dependency-lock-plugin:12.7.1")

0 commit comments

Comments
 (0)