mirror of
https://github.com/RoboSats/robosats.git
synced 2025-07-24 03:33:24 +00:00
21 lines
385 B
Plaintext
21 lines
385 B
Plaintext
pluginManagement {
|
|
repositories {
|
|
google ()
|
|
mavenCentral()
|
|
gradlePluginPortal()
|
|
jcenter()
|
|
maven("https://mvnrepository.com")
|
|
}
|
|
}
|
|
dependencyResolutionManagement {
|
|
repositories {
|
|
google()
|
|
mavenCentral()
|
|
jcenter()
|
|
maven("https://mvnrepository.com")
|
|
}
|
|
}
|
|
|
|
rootProject.name = "Robosats"
|
|
include(":app")
|