isolaatti-android/settings.gradle

18 lines
369 B
Groovy
Raw Normal View History

2023-02-06 13:44:27 -06:00
pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
2023-08-20 16:11:07 -06:00
maven { url 'https://jitpack.io' }
2023-02-06 13:44:27 -06:00
}
}
rootProject.name = "Isolaatti"
include ':app'