FtcRobotController v6.2
This commit is contained in:
@ -13,11 +13,9 @@
|
||||
|
||||
// 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')
|
||||
}
|
||||
}
|
||||
|
@ -1,8 +0,0 @@
|
||||
dependencies {
|
||||
implementation project(':FtcRobotController')
|
||||
implementation 'org.firstinspires.ftc:RobotCore:6.1.1'
|
||||
implementation 'org.firstinspires.ftc:Hardware:6.1.1'
|
||||
implementation 'org.firstinspires.ftc:FtcCommon:6.1.1'
|
||||
implementation (name: 'tfod-release', ext:'aar')
|
||||
implementation (name: 'tensorflow-lite-0.0.0-nightly', ext:'aar')
|
||||
}
|
Reference in New Issue
Block a user