split bundle and demo dir

This commit is contained in:
pengfei.zhou
2019-07-18 16:31:50 +08:00
parent 2a34d7b638
commit 13c5719af1
4 changed files with 5 additions and 4 deletions

View File

@@ -18,7 +18,7 @@ android {
}
sourceSets {
main {
assets.srcDirs = [project.rootDir.getParent() + "/js-framework/bundle"]
assets.srcDirs = [project.rootDir.getParent() + "/js-framework/demo"]
}
}
}