Skip to content

Commit

Permalink
Fix build (#514)
Browse files Browse the repository at this point in the history
Summary:
Introduced in 7b6dd49 / D14386557
Pull Request resolved: #514

Reviewed By: muraziz

Differential Revision: D14403768

Pulled By: passy

fbshipit-source-id: ecd8bf284c04b738ee058d14cc5aae2a0aebdbf9
  • Loading branch information
passy authored and facebook-github-bot committed Mar 11, 2019
1 parent 90dec01 commit 05b7a2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion litho-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ android {

debug {
buildConfigField 'boolean', internalBuildField, 'true'
buildConfigField 'boolean', usestIncrementalMountHelper, 'true'
buildConfigField 'boolean', useIncrementalMountHelper, 'true'
}

release {
Expand Down

0 comments on commit 05b7a2e

Please sign in to comment.