mirror of
https://github.com/love2d/love-android.git
synced 2026-08-12 08:31:04 +02:00
10 lines
219 B
Groovy
10 lines
219 B
Groovy
dependencyResolutionManagement {
|
|
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
|
repositories {
|
|
google()
|
|
mavenCentral()
|
|
}
|
|
}
|
|
rootProject.name = "LÖVE for Android"
|
|
include ':app'
|