chore: removed engine
This commit is contained in:
parent
7fa4aac1c2
commit
49db301d52
13849 changed files with 0 additions and 7324366 deletions
|
|
@ -1,29 +0,0 @@
|
|||
// Configure the root project.
|
||||
pluginManagement {
|
||||
apply from: 'app/config.gradle'
|
||||
|
||||
plugins {
|
||||
id 'com.android.application' version versions.androidGradlePlugin
|
||||
id 'com.android.library' version versions.androidGradlePlugin
|
||||
id 'com.android.asset-pack' version versions.androidGradlePlugin
|
||||
id 'org.jetbrains.kotlin.android' version versions.kotlinVersion
|
||||
id 'io.github.gradle-nexus.publish-plugin' version versions.nexusPublishVersion
|
||||
}
|
||||
repositories {
|
||||
google()
|
||||
mavenCentral()
|
||||
gradlePluginPortal()
|
||||
maven { url "https://plugins.gradle.org/m2/" }
|
||||
maven { url "https://central.sonatype.com/repository/maven-snapshots/"}
|
||||
}
|
||||
}
|
||||
|
||||
rootProject.name = "Godot"
|
||||
|
||||
include ':app'
|
||||
include ':lib'
|
||||
include ':nativeSrcsConfigs'
|
||||
include ':editor'
|
||||
|
||||
include ':assetPackInstallTime'
|
||||
project(':assetPackInstallTime').projectDir = file("app/assetPackInstallTime")
|
||||
Loading…
Add table
Add a link
Reference in a new issue