Skip to content

Commit

Permalink
🐛 fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
niuhuan committed Sep 6, 2024
1 parent f8546ed commit d3223cb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion compatible/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ subprojects {
project.buildDir = "${rootProject.buildDir}/${project.name}"
}
subprojects {
project.evaluationDependsOn(":app")
afterEvaluate { project ->
if (project.plugins.hasPlugin("com.android.application") ||
project.plugins.hasPlugin("com.android.library")) {
Expand All @@ -21,6 +20,9 @@ subprojects {
}
}
}
subprojects {
project.evaluationDependsOn(":app")
}

tasks.register("clean", Delete) {
delete rootProject.buildDir
Expand Down

0 comments on commit d3223cb

Please sign in to comment.