Skip to content

Commit 28ec145

Browse files
CopilotCarGuo
andcommitted
Fix Android build by removing version specification from react-native-gradle-plugin
Co-authored-by: CarGuo <[email protected]>
1 parent 8596483 commit 28ec145

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
@@ -16,7 +16,7 @@ buildscript {
1616
}
1717
dependencies {
1818
classpath("com.android.tools.build:gradle:8.6.0")
19-
classpath("com.facebook.react:react-native-gradle-plugin:0.80.2")
19+
classpath("com.facebook.react:react-native-gradle-plugin")
2020
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion")
2121
}
2222
}

0 commit comments

Comments
 (0)