You've already forked Magisk
mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-09-06 06:36:58 +00:00
app: ignore androidx meta prop file
This commit is contained in:
@@ -89,6 +89,7 @@ fun Project.setupCommon() {
|
|||||||
resources {
|
resources {
|
||||||
excludes += arrayOf(
|
excludes += arrayOf(
|
||||||
"/META-INF/*",
|
"/META-INF/*",
|
||||||
|
"/META-INF/androidx/**",
|
||||||
"/META-INF/versions/**",
|
"/META-INF/versions/**",
|
||||||
"/org/bouncycastle/**",
|
"/org/bouncycastle/**",
|
||||||
"/org/apache/commons/**",
|
"/org/apache/commons/**",
|
||||||
|
|||||||
Reference in New Issue
Block a user