Update settings.gradle

This commit is contained in:
Carter Gale 2017-12-21 13:46:33 -08:00 committed by GitHub
parent 56402b9d6f
commit 8f929bae23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1 +1,6 @@
include 'desktop', 'html', 'core', 'android'
if (new File(settingsDir, '../uCore-master').exists()) {
include ':uCore'
project(':uCore').projectDir = new File(settingsDir, '../uCore-master')
}