Skip to content

Commit 44db460

Browse files
committed
fix: android ci
1 parent 87dc12c commit 44db460

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

examples/SampleApp/android/build.gradle

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,10 @@ ext.REACT_NATIVE_WORKLETS_NODE_MODULES_DIR =
3333
subprojects { subproject ->
3434
if (subproject.path != ":app") {
3535
evaluationDependsOn(":app")
36-
}
37-
38-
subproject.tasks.matching { it.name == "generateCodegenArtifactsFromSchema" }.configureEach { codegenTask ->
3936
project(":app").tasks.matching { task ->
4037
task.name.startsWith("configureCMake")
4138
}.configureEach {
42-
dependsOn(codegenTask)
39+
dependsOn(subproject.tasks.matching { it.name == "preBuild" })
4340
}
4441
}
4542
}

0 commit comments

Comments
 (0)