mirror of
https://github.com/revanced/revanced-manager
synced 2024-05-14 13:56:57 +02:00
chore: exclude aapt prebuilt (from apktool)
This commit is contained in:
parent
2f78af7f08
commit
85cd176347
@ -57,6 +57,10 @@ android {
|
||||
signingConfig signingConfigs.debug
|
||||
}
|
||||
}
|
||||
|
||||
packagingOptions {
|
||||
exclude '/prebuilt/**'
|
||||
}
|
||||
}
|
||||
|
||||
flutter {
|
||||
|
Loading…
x
Reference in New Issue
Block a user