power-play/TeamCode/build.release.gradle

9 lines
366 B
Groovy
Raw Normal View History

2020-09-21 11:09:43 -05:00
dependencies {
implementation project(':FtcRobotController')
2020-12-09 14:01:36 -06:00
implementation 'org.firstinspires.ftc:RobotCore:6.1.1'
implementation 'org.firstinspires.ftc:Hardware:6.1.1'
implementation 'org.firstinspires.ftc:FtcCommon:6.1.1'
2020-09-21 11:09:43 -05:00
implementation (name: 'tfod-release', ext:'aar')
implementation (name: 'tensorflow-lite-0.0.0-nightly', ext:'aar')
}