Skip to content

Commit 8596483

Browse files
CopilotCarGuo
andcommitted
Fix Android build error by adding missing version specifications to Gradle dependencies
Co-authored-by: CarGuo <10770362+CarGuo@users.noreply.github.com>
1 parent 3c3b4f0 commit 8596483

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ buildscript {
1616
}
1717
dependencies {
1818
classpath("com.android.tools.build:gradle:8.6.0")
19-
classpath("com.facebook.react:react-native-gradle-plugin")
20-
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin")
19+
classpath("com.facebook.react:react-native-gradle-plugin:0.80.2")
20+
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion")
2121
}
2222
}
2323

0 commit comments

Comments
 (0)