Skip to content

Commit

Permalink
fix: sync が成功するよう修正
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsutakein committed Mar 6, 2024
1 parent 042bf64 commit cff716a
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 cff716a

Please sign in to comment.