Skip to content

Commit 5265549

Browse files
committed
Fix build dependency.
1 parent 1af4409 commit 5265549

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

android/build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ android {
4747
}
4848
}
4949
}
50-
tasks.withType<JavaCompile> {
50+
51+
tasks.named("preBuild") {
5152
dependsOn(buildRust)
5253
}
5354

0 commit comments

Comments
 (0)