Added module for TimeCraftersConfigurationTool to support adding server to FtcRobotController activity

This commit is contained in:
2020-09-25 09:25:22 -05:00
parent 70f315a35a
commit 86bfa02e6e
41 changed files with 1750 additions and 1 deletions

View File

@@ -21,6 +21,10 @@ android {
}
}
dependencies {
implementation project(path: ':TimeCraftersConfigurationTool')
}
repositories {
maven { url = "https://dl.bintray.com/first-tech-challenge/ftcsdk/" }