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 83d9423 commit 0498fb7Copy full SHA for 0498fb7
rxandroid/build.gradle
@@ -29,6 +29,11 @@ android {
29
sourceCompatibility rootProject.ext.sourceCompatibility
30
targetCompatibility rootProject.ext.sourceCompatibility
31
}
32
+
33
+ // TODO replace with https://issuetracker.google.com/issues/72050365 once released.
34
+ libraryVariants.all {
35
+ it.generateBuildConfig.enabled = false
36
+ }
37
38
39
dependencies {
0 commit comments