2023-02-02 00:17:06 +01:00
|
|
|
// This is the root directory of the Godot Android gradle build.
|
2022-05-31 20:10:15 +02:00
|
|
|
pluginManagement {
|
|
|
|
apply from: 'config.gradle'
|
|
|
|
|
|
|
|
plugins {
|
|
|
|
id 'com.android.application' version versions.androidGradlePlugin
|
|
|
|
id 'org.jetbrains.kotlin.android' version versions.kotlinVersion
|
|
|
|
}
|
|
|
|
repositories {
|
|
|
|
google()
|
2024-01-17 22:44:11 +01:00
|
|
|
mavenCentral()
|
|
|
|
gradlePluginPortal()
|
|
|
|
maven { url "https://plugins.gradle.org/m2/" }
|
2024-04-20 19:24:11 +02:00
|
|
|
maven { url "https://s01.oss.sonatype.org/content/repositories/snapshots/"}
|
2022-05-31 20:10:15 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2021-09-10 04:55:42 +02:00
|
|
|
include ':assetPacks:installTime'
|