ライブラリ中のMETA-INF/DEPENDENCIESをAPKに出力しない

This commit is contained in:
tateisu 2022-03-13 01:04:41 +09:00
parent 882ff66017
commit 58945410fc
1 changed files with 1 additions and 0 deletions

View File

@ -98,6 +98,7 @@ android {
resources { resources {
excludes += '/META-INF/{AL2.0,LGPL2.1}' excludes += '/META-INF/{AL2.0,LGPL2.1}'
} }
exclude 'META-INF/DEPENDENCIES'
} }
useLibrary 'android.test.base' useLibrary 'android.test.base'