android:update build.gradle
This commit is contained in:
parent
ab28256916
commit
14c8b94a93
@ -27,13 +27,12 @@ android {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
afterEvaluate {
|
afterEvaluate {
|
||||||
buildJSBundle.exec()
|
buildJSBundle.exec()
|
||||||
}
|
}
|
||||||
|
|
||||||
task buildJSBundle(type: Exec) {
|
task buildJSBundle(type: Exec) {
|
||||||
commandLine 'sh', project.rootDir.getParent() + "/bundle.sh"
|
commandLine 'sh', project.getProjectDir().getParent() + "/../bundle.sh"
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
@ -63,4 +62,6 @@ dependencies {
|
|||||||
implementation 'com.facebook.yoga.android:yoga-layout:1.16.0'
|
implementation 'com.facebook.yoga.android:yoga-layout:1.16.0'
|
||||||
}
|
}
|
||||||
|
|
||||||
apply from: rootProject.file('scripts/upload.gradle')
|
if (new File('scripts/upload.gradle').exists()) {
|
||||||
|
apply from: rootProject.file('scripts/upload.gradle')
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user