robosats/mobile_new/settings.gradle.kts
2025-07-15 16:11:35 +02:00

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")