Skip to content

Commit

Permalink
Merge pull request #415 from ReactiveX/jakew/disable-build-config/201…
Browse files Browse the repository at this point in the history
…8-02-11

Disable BuildConfig generation.
  • Loading branch information
JakeWharton authored Feb 12, 2018
2 parents 8635f62 + 0498fb7 commit 3a425c0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions rxandroid/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ android {
sourceCompatibility rootProject.ext.sourceCompatibility
targetCompatibility rootProject.ext.sourceCompatibility
}

// TODO replace with https://issuetracker.google.com/issues/72050365 once released.
libraryVariants.all {
it.generateBuildConfig.enabled = false
}
}

dependencies {
Expand Down

0 comments on commit 3a425c0

Please sign in to comment.