Add solvers lib to project
This commit is contained in:
@@ -24,6 +24,14 @@ android {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
repositories {
|
||||||
|
maven {
|
||||||
|
url "https://repo.dairy.foundation/releases"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation project(':FtcRobotController')
|
implementation project(':FtcRobotController')
|
||||||
|
|
||||||
|
implementation "org.solverslib:core:0.3.5" // core
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user