Skip to content

Commit 608eadd

Browse files
committed
fix: build.gradle file
1 parent 76a6e6b commit 608eadd

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

examples/SampleApp/android/build.gradle

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -26,21 +26,6 @@ buildscript {
2626
}
2727
}
2828

29-
ext.REACT_NATIVE_NODE_MODULES_DIR = file("$rootDir/../node_modules/react-native").absolutePath
30-
ext.REACT_NATIVE_WORKLETS_NODE_MODULES_DIR =
31-
file("$rootDir/../node_modules/react-native-worklets").absolutePath
32-
33-
subprojects { subproject ->
34-
if (subproject.path != ":app") {
35-
evaluationDependsOn(":app")
36-
project(":app").tasks.matching { task ->
37-
task.name.startsWith("configureCMake")
38-
}.configureEach {
39-
dependsOn(subproject.tasks.matching { it.name == "preBuild" })
40-
}
41-
}
42-
}
43-
4429
allprojects {
4530
repositories {
4631
maven {
@@ -53,10 +38,4 @@ allprojects {
5338
}
5439
}
5540

56-
project(':app') {
57-
tasks.matching { it.name == "preBuild" || it.name.startsWith("configureCMake") }.configureEach {
58-
dependsOn("generateCodegenArtifactsFromSchema")
59-
}
60-
}
61-
6241
apply plugin: "com.facebook.react.rootproject"

0 commit comments

Comments
 (0)