Skip to content

Commit

Permalink
Fix generateReleaseLintVitalModel for AS
Browse files Browse the repository at this point in the history
  • Loading branch information
Him188 committed Sep 12, 2024
1 parent c3656e1 commit 5227405
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -310,12 +310,12 @@ idea {
}
}

// Jetpack compose bug since 1.7.0-beta03
// AS 问题 since 1.7.0-beta03
afterEvaluate {
tasks.named("generateReleaseLintVitalModel") {
tasks.matching { it.name.contains("generateReleaseLintVitalModel") }.all {
dependsOn("releaseAssetsCopyForAGP")
}
tasks.named("lintVitalAnalyzeRelease") {
tasks.matching { it.name.contains("lintVitalAnalyzeRelease") }.all {
dependsOn("releaseAssetsCopyForAGP")
}
}
Expand Down

0 comments on commit 5227405

Please sign in to comment.