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

View File

@@ -13,12 +13,10 @@
// Include common definitions from above.
apply from: '../build.common.gradle'
repositories {
maven { url = "https://dl.bintray.com/first-tech-challenge/ftcsdk/" }
}
apply from: '../build.dependencies.gradle'
dependencies {
implementation project(':FtcRobotController')
annotationProcessor files('lib/OpModeAnnotationProcessor.jar')
implementation project(path: ':TimeCraftersConfigurationTool')
}
}