mirror of
https://github.com/love2d/love-android.git
synced 2026-08-12 16:41:12 +02:00
10622388b5
There are no guarantees this commit will compile.
11 lines
292 B
Groovy
11 lines
292 B
Groovy
dependencyResolutionManagement {
|
|
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
|
repositories {
|
|
google()
|
|
mavenCentral()
|
|
jcenter() // Warning: this repository is going to shut down soon
|
|
}
|
|
}
|
|
rootProject.name = "LÖVE for Android"
|
|
include ':app'
|