virtualx-engine/platform/android/java/app/settings.gradle

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

19 lines
554 B
Groovy
Raw Normal View History

// 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/" }
2024-04-20 19:24:11 +02:00
maven { url "https://s01.oss.sonatype.org/content/repositories/snapshots/"}
}
}
include ':assetPacks:installTime'