Skip to content

Commit d52b4a9

Browse files
committed
11.23.21
1 parent d8c6134 commit d52b4a9

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

TeamCode/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,5 @@ android {
2525
dependencies {
2626
implementation project(':FtcRobotController')
2727
annotationProcessor files('lib/OpModeAnnotationProcessor.jar')
28+
implementation 'com.acmerobotics.roadrunner:core:0.5.3'
2829
}

build.dependencies.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ repositories {
22
mavenCentral()
33
google() // Needed for androidx
44
jcenter() // Needed for tensorflow-lite
5-
maven { url = 'https://maven.brott.dev/' } //for ftc-dashboard
5+
maven { url = 'https://maven.brott.dev/' } //for ftc-dashboard & Road Runner
66
flatDir {
77
dirs rootProject.file('libs')
88
}

0 commit comments

Comments
 (0)