Compare commits

..

3 Commits

Author SHA1 Message Date
Aunali321
f759af8a3f build: bump version to 0.0.3 2022-09-15 02:14:44 +05:30
Aunali321
301618e467 Merge branch 'flutter' of https://github.com/revanced/revanced-manager into flutter 2022-09-15 02:04:10 +05:30
Aunali321
2b5a0286ed fix: file not recognized. 2022-09-15 02:04:05 +05:30
2 changed files with 2 additions and 2 deletions

View File

@@ -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())

View File

@@ -4,7 +4,7 @@ homepage: https://github.com/revanced/revanced-manager
publish_to: 'none'
version: 0.0.2+2
version: 0.0.3+3
environment:
sdk: ">=2.17.5 <3.0.0"