mirror of
https://github.com/RoboSats/robosats.git
synced 2025-07-18 00:33:15 +00:00
17 lines
263 B
Plaintext
17 lines
263 B
Plaintext
pluginManagement {
|
|
repositories {
|
|
google ()
|
|
mavenCentral()
|
|
gradlePluginPortal()
|
|
}
|
|
}
|
|
dependencyResolutionManagement {
|
|
repositories {
|
|
google()
|
|
mavenCentral()
|
|
}
|
|
}
|
|
|
|
rootProject.name = "Robosats"
|
|
include(":app")
|