Skip to content

Commit

Permalink
Update build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
sky130 authored May 8, 2024
1 parent b289dc8 commit b787db7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,9 @@ afterEvaluate {
tasks.named("generateDebugLintReportModel") {
dependsOn("generateReleaseProto")
}
tasks.named("lintAnalyzeDebug") {
dependsOn("generateReleaseProto")
}
}


Expand Down

0 comments on commit b787db7

Please sign in to comment.