FtcRobotController v6.2
This commit is contained in:
23
build.dependencies.gradle
Normal file
23
build.dependencies.gradle
Normal file
@ -0,0 +1,23 @@
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
google() // Needed for androidx
|
||||
jcenter() // Needed for tensorflow-lite
|
||||
flatDir {
|
||||
dirs rootProject.file('libs')
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'org.firstinspires.ftc:Inspection:6.2.1'
|
||||
implementation 'org.firstinspires.ftc:Blocks:6.2.1'
|
||||
implementation 'org.firstinspires.ftc:RobotCore:6.2.1'
|
||||
implementation 'org.firstinspires.ftc:RobotServer:6.2.1'
|
||||
implementation 'org.firstinspires.ftc:OnBotJava:6.2.1'
|
||||
implementation 'org.firstinspires.ftc:Hardware:6.2.1'
|
||||
implementation 'org.firstinspires.ftc:FtcCommon:6.2.1'
|
||||
implementation 'org.firstinspires.ftc:tfod:1.0.2'
|
||||
implementation 'org.tensorflow:tensorflow-lite:1.10.0'
|
||||
implementation 'androidx.appcompat:appcompat:1.2.0'
|
||||
}
|
||||
|
Reference in New Issue
Block a user