feat: godot-engine-source-4.3-stable
This commit is contained in:
parent
c59a7dcade
commit
7125d019b5
11149 changed files with 5070401 additions and 0 deletions
28
engine/platform/android/java/settings.gradle
Normal file
28
engine/platform/android/java/settings.gradle
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
// 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/" }
|
||||
}
|
||||
}
|
||||
|
||||
rootProject.name = "Godot"
|
||||
|
||||
include ':app'
|
||||
include ':lib'
|
||||
include ':nativeSrcsConfigs'
|
||||
include ':editor'
|
||||
|
||||
include ':assetPacks:installTime'
|
||||
project(':assetPacks:installTime').projectDir = file("app/assetPacks/installTime")
|
||||
Loading…
Add table
Add a link
Reference in a new issue