mirror of
https://github.com/aljazceru/Android-nRF-Toolbox.git
synced 2026-01-22 08:04:22 +01:00
15 lines
388 B
Groovy
15 lines
388 B
Groovy
//dependencyResolutionManagement {
|
|
// repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
|
// repositories {
|
|
// google()
|
|
// mavenCentral()
|
|
// jcenter() // Warning: this repository is going to shut down soon
|
|
// }
|
|
//}
|
|
rootProject.name = "Test"
|
|
include ':app'
|
|
|
|
if (file('../Android-BLE-Library').exists()) {
|
|
includeBuild('../Android-BLE-Library')
|
|
}
|