2022-02-14 20:17:07 +01:00
|
|
|
pluginManagement {
|
|
|
|
repositories {
|
|
|
|
gradlePluginPortal()
|
|
|
|
google()
|
|
|
|
mavenCentral()
|
|
|
|
}
|
|
|
|
}
|
|
|
|
dependencyResolutionManagement {
|
|
|
|
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
|
|
|
repositories {
|
|
|
|
google()
|
|
|
|
mavenCentral()
|
2022-04-09 23:02:39 +02:00
|
|
|
//maven { url 'https://jitpack.io' }
|
2022-02-14 20:17:07 +01:00
|
|
|
}
|
|
|
|
}
|
2022-04-09 23:02:39 +02:00
|
|
|
|
2022-02-14 20:17:07 +01:00
|
|
|
rootProject.name = "Bookwyrm"
|
2022-04-09 23:02:39 +02:00
|
|
|
include ':app'
|