add yoga dependency
This commit is contained in:
@@ -18,9 +18,6 @@ allprojects {
|
||||
repositories {
|
||||
google()
|
||||
jcenter()
|
||||
maven {
|
||||
url "https://dl.bintray.com/osborn/Android"
|
||||
}
|
||||
maven { url 'https://jitpack.io' }
|
||||
}
|
||||
def needReplaceLocal = true
|
||||
|
@@ -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')
|
Reference in New Issue
Block a user