Compare commits

..

5 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
Alberto Ponces
cb07ed6e90 build: Bump version to 0.0.2 2022-09-14 21:23:36 +01:00
Aunali321
6e4837da27 fix: should fix picking wrong jni lib. 2022-09-15 01:42:46 +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 }!!.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.1+1
version: 0.0.3+3
environment:
sdk: ">=2.17.5 <3.0.0"