Skip to content

Commit

Permalink
roadrunner dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pserb committed Mar 11, 2022
1 parent c98fbdd commit df4277e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions FissionLib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ repositories {
mavenCentral()
google()
maven { url 'https://jitpack.io' }
maven { url = 'https://maven.brott.dev/' }
}

dependencies {
Expand All @@ -49,6 +50,10 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'org.firstinspires.ftc:gameAssets-FreightFrenzy:1.0.0'

implementation 'org.apache.commons:commons-math3:3.6.1'

implementation 'com.acmerobotics.roadrunner:core:0.5.5'
implementation 'com.acmerobotics.dashboard:dashboard:0.4.4'
}
afterEvaluate {
publishing {
Expand Down

0 comments on commit df4277e

Please sign in to comment.