mirror of
https://github.com/revanced/revanced-manager-compose-old.git
synced 2025-04-29 22:14:28 +02:00
fix: wrong aapt lib resolution
Co-authored-by: Canny <canny1913@outlook.com>
This commit is contained in:
parent
796dde1e3c
commit
fc7e109700
@ -9,4 +9,4 @@ object Aapt {
|
||||
}
|
||||
}
|
||||
|
||||
private fun File.resolveAapt() = list { _, f -> !File(f).isDirectory }?.firstOrNull()?.let { resolve(it) }
|
||||
private fun File.resolveAapt() = list { _, f -> !File(f).isDirectory && f.contains("aapt") }?.firstOrNull()?.let { resolve(it) }
|
Loading…
x
Reference in New Issue
Block a user