Skip to content

Commit

Permalink
fix: should fix picking wrong jni lib.
Browse files Browse the repository at this point in the history
  • Loading branch information
Aunali321 committed Sep 14, 2022
1 parent cc72289 commit 6e4837d
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 }!!.first())
private fun File.resolveAapt() = resolve(list { _, f -> !File(f).isDirectory && file.contains("aapt") }!!.first())

0 comments on commit 6e4837d

Please sign in to comment.