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.
2 parents 8635f62 + 0498fb7 commit 3a425c0Copy full SHA for 3a425c0
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