Skip to content

Commit 95c7286

Browse files
kuFEARhotchemi
authored andcommitted
Remove redundant BuildConfig file. (#607)
1 parent 96b5b2d commit 95c7286

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

library/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ android {
2121
packagingOptions {
2222
exclude 'META-INF/services/javax.annotation.processing.Processor'
2323
}
24+
25+
libraryVariants.all {
26+
it.generateBuildConfig.enabled = false
27+
}
2428
}
2529

2630
configurations {

0 commit comments

Comments
 (0)