Pin cmake version to 3.6

Summary: Pull Request resolved: https://github.com/facebook/yoga/pull/861

Reviewed By: davidaurelio

Differential Revision: D14081865

Pulled By: SidharthGuglani

fbshipit-source-id: 98bce25cfdd397f48beee64f114c85460b6d81fe
This commit is contained in:
Sidharth Guglani
2019-02-14 09:27:49 -08:00
committed by Facebook Github Bot
parent 42657017bd
commit 61ae484316
2 changed files with 2 additions and 1 deletions

View File

@@ -35,6 +35,7 @@ android {
externalNativeBuild {
cmake {
path 'CMakeLists.txt'
version '3.6.0-rc2'
}
}