Some checks failed
🔗 GHA / 📊 Static checks (push) Has been cancelled
🔗 GHA / 🤖 Android (push) Has been cancelled
🔗 GHA / 🍏 iOS (push) Has been cancelled
🔗 GHA / 🐧 Linux (push) Has been cancelled
🔗 GHA / 🍎 macOS (push) Has been cancelled
🔗 GHA / 🏁 Windows (push) Has been cancelled
🔗 GHA / 🌐 Web (push) Has been cancelled
19 lines
548 B
Groovy
19 lines
548 B
Groovy
// 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/" }
|
|
maven { url "https://central.sonatype.com/repository/maven-snapshots/"}
|
|
}
|
|
}
|
|
|
|
include ':assetPackInstallTime'
|