Skip to content

Commit

Permalink
Merge pull request #29 from egor-n/patch-1
Browse files Browse the repository at this point in the history
Disable BuildConfig generation
  • Loading branch information
JakeWharton committed Mar 16, 2018
2 parents 1eb522d + a5f8ade commit c89c622
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions process-phoenix/build.gradle
Expand Up @@ -16,6 +16,11 @@ android {
dexOptions {
preDexLibraries = !rootProject.ext.ci
}

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

apply from: rootProject.file('gradle/gradle-mvn-push.gradle')

0 comments on commit c89c622

Please sign in to comment.