app: ignore androidx meta prop file

This commit is contained in:
vvb2060 2025-05-02 13:22:16 +00:00 committed by John Wu
parent 86da917174
commit d499819ba0

View File

@ -89,6 +89,7 @@ fun Project.setupCommon() {
resources {
excludes += arrayOf(
"/META-INF/*",
"/META-INF/androidx/**",
"/META-INF/versions/**",
"/org/bouncycastle/**",
"/org/apache/commons/**",