Android Export Settings

This commit is contained in:
2024-08-04 15:47:46 -05:00
parent bc096a8e0f
commit e5f2ba0294
61 changed files with 1289 additions and 0 deletions

View File

@ -0,0 +1,17 @@
// This is the root directory of the Godot Android gradle build.
pluginManagement {
apply from: 'config.gradle'
plugins {
id 'com.android.application' version versions.androidGradlePlugin
id 'org.jetbrains.kotlin.android' version versions.kotlinVersion
}
repositories {
google()
mavenCentral()
gradlePluginPortal()
maven { url "https://plugins.gradle.org/m2/" }
}
}
include ':assetPacks:installTime'