We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c98fbdd commit df4277eCopy full SHA for df4277e
FissionLib/build.gradle
@@ -27,6 +27,7 @@ repositories {
27
mavenCentral()
28
google()
29
maven { url 'https://jitpack.io' }
30
+ maven { url = 'https://maven.brott.dev/' }
31
}
32
33
dependencies {
@@ -49,6 +50,10 @@ dependencies {
49
50
implementation 'androidx.appcompat:appcompat:1.2.0'
51
implementation 'org.firstinspires.ftc:gameAssets-FreightFrenzy:1.0.0'
52
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'
57
58
afterEvaluate {
59
publishing {
0 commit comments