mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-05-29 04:50:13 +02:00
app: ignore androidx meta prop file
This commit is contained in:
parent
86da917174
commit
d499819ba0
@ -89,6 +89,7 @@ fun Project.setupCommon() {
|
||||
resources {
|
||||
excludes += arrayOf(
|
||||
"/META-INF/*",
|
||||
"/META-INF/androidx/**",
|
||||
"/META-INF/versions/**",
|
||||
"/org/bouncycastle/**",
|
||||
"/org/apache/commons/**",
|
||||
|
Loading…
x
Reference in New Issue
Block a user