Skip to content

Commit df4277e

Browse files
committed
roadrunner dependencies
1 parent c98fbdd commit df4277e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

FissionLib/build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ repositories {
2727
mavenCentral()
2828
google()
2929
maven { url 'https://jitpack.io' }
30+
maven { url = 'https://maven.brott.dev/' }
3031
}
3132

3233
dependencies {
@@ -49,6 +50,10 @@ dependencies {
4950
implementation 'androidx.appcompat:appcompat:1.2.0'
5051
implementation 'org.firstinspires.ftc:gameAssets-FreightFrenzy:1.0.0'
5152

53+
implementation 'org.apache.commons:commons-math3:3.6.1'
54+
55+
implementation 'com.acmerobotics.roadrunner:core:0.5.5'
56+
implementation 'com.acmerobotics.dashboard:dashboard:0.4.4'
5257
}
5358
afterEvaluate {
5459
publishing {

0 commit comments

Comments
 (0)