Skip to content

Commit

Permalink
fix: dsl
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsutakein authored and renovate[bot] committed Apr 3, 2024
1 parent 09a34e2 commit 26789b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ fun Project.setupAndroid() {
}
}

(this as CommonExtension<*, *, *, *, *>).lint {
(this as CommonExtension<*, *, *, *, *, *>).lint {
// shell friendly
val filename = displayName.replace(":", "_").replace("[\\s']".toRegex(), "")

Expand Down

0 comments on commit 26789b3

Please sign in to comment.