1
This commit is contained in:
10
settings.gradle
Normal file
10
settings.gradle
Normal file
@@ -0,0 +1,10 @@
|
||||
include ':libcocos',':libservice',':app'
|
||||
project(':libcocos').projectDir = new File(COCOS_ENGINE_PATH,'cocos/platform/android/libcocos2dx')
|
||||
project(':app').projectDir = new File(NATIVE_DIR, 'app')
|
||||
project(':app').name = "magotest"
|
||||
if(PROP_ENABLE_INSTANT_APP == "true" || PROP_ENABLE_INSTANT_APP == "yes") {
|
||||
include ':instantapp'
|
||||
project(':instantapp').projectDir = new File(NATIVE_DIR, 'instantapp')
|
||||
}
|
||||
|
||||
rootProject.name = "magotest"
|
||||
Reference in New Issue
Block a user