We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9378180 commit b8483ebCopy full SHA for b8483eb
library/build.gradle
@@ -15,13 +15,6 @@ android {
15
abortOnError false
16
}
17
18
- android.libraryVariants.configureEach { variant ->
19
- // aar 输出文件名配置
20
- variant.outputs.configureEach { output ->
21
- outputFileName = "${rootProject.name}-${android.defaultConfig.versionName}.aar"
22
- }
23
24
-
25
packagingOptions {
26
// 剔除这个包下的所有文件(不会移除签名信息)
27
exclude 'META-INF/*******'
0 commit comments