Skip to content

Commit 452994e

Browse files
committed
fix without declaring an explicit or implicit dependency #225
1 parent e87c1af commit 452994e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

android/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ ABI_ALL.each { arch ->
105105
delete targetDir
106106
}
107107
task(extractTaskName, type: Copy) {
108+
mustRunAfter "downloadLibs"
108109
onlyIf {
109110
ABI_ACCEPTED.contains(arch) && !file("${targetDir}/libopencv_dart.so").exists()
110111
}

0 commit comments

Comments
 (0)