Skip to content

Commit 3a425c0

Browse files
authored
Merge pull request #415 from ReactiveX/jakew/disable-build-config/2018-02-11
Disable BuildConfig generation.
2 parents 8635f62 + 0498fb7 commit 3a425c0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

rxandroid/build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ android {
2929
sourceCompatibility rootProject.ext.sourceCompatibility
3030
targetCompatibility rootProject.ext.sourceCompatibility
3131
}
32+
33+
// TODO replace with https://issuetracker.google.com/issues/72050365 once released.
34+
libraryVariants.all {
35+
it.generateBuildConfig.enabled = false
36+
}
3237
}
3338

3439
dependencies {

0 commit comments

Comments
 (0)