add yoga dependency

This commit is contained in:
pengfei.zhou
2020-04-09 14:49:52 +08:00
committed by osborn
parent 34bb6cc391
commit dd06675253
7 changed files with 37 additions and 7 deletions

View File

@@ -59,6 +59,7 @@ dependencies {
testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
implementation 'com.facebook.yoga.android:yoga-layout:1.16.0'
}
apply from: rootProject.file('scripts/upload.gradle')