FtcRobotController v6.2

This commit is contained in:
Cal Kestis
2021-02-18 08:03:59 -08:00
parent 5b8d84a3cd
commit 6e7dfbfb8b
12 changed files with 162 additions and 88 deletions

View File

@ -21,12 +21,4 @@ android {
}
}
repositories {
maven { url = "https://dl.bintray.com/first-tech-challenge/ftcsdk/" }
flatDir {
dirs '../libs'
}
}
apply from: 'build.release.gradle'
apply from: '../build.dependencies.gradle'