This commit is contained in:
2021-07-24 15:10:46 +00:00
16 changed files with 169 additions and 93 deletions

View File

@@ -25,12 +25,4 @@ dependencies {
implementation project(path: ':TimeCraftersConfigurationTool')
}
repositories {
maven { url = "https://dl.bintray.com/first-tech-challenge/ftcsdk/" }
flatDir {
dirs '../libs'
}
}
apply from: 'build.release.gradle'
apply from: '../build.dependencies.gradle'