Skip to content

Commit

Permalink
fix: file not recognized.
Browse files Browse the repository at this point in the history
  • Loading branch information
Aunali321 committed Sep 14, 2022
1 parent 6e4837d commit 2b5a028
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ object Aapt {
}
}

private fun File.resolveAapt() = resolve(list { _, f -> !File(f).isDirectory && file.contains("aapt") }!!.first())
private fun File.resolveAapt() = resolve(list { _, f -> !File(f).isDirectory && f.contains("aapt") }!!.first())

0 comments on commit 2b5a028

Please sign in to comment.