Skip to content

Commit

Permalink
wip fix task dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
albin-mullvad committed Aug 13, 2024
1 parent 2bd2557 commit c1ba05f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions android/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,9 @@ tasks.create("printVersion") {
afterEvaluate {
tasks.withType(com.android.build.gradle.internal.lint.AndroidLintAnalysisTask::class.java) {
mustRunAfter(tasks.getByName("copyExtraAssets"))
mustRunAfter(
tasks.withType(com.android.build.gradle.internal.lint.LintModelWriterTask::class.java)
)
}
}

Expand Down

0 comments on commit c1ba05f

Please sign in to comment.