blob: 25c04e7f6eb22c215883bc91c9fce08e62d726b3 [file] [log] [blame]
rootProject.name = 'weex-project'
include ":playground"
project(":playground").projectDir=new File("playground/app")
include ":weex_sdk"
project(":weex_sdk").projectDir=new File("sdk")
include ":commons"
include ":weex_debug"