Auto Collection + others
This commit is contained in:
@@ -10,34 +10,10 @@
|
||||
|
||||
|
||||
// Custom definitions may go here
|
||||
repositories {
|
||||
// Dairy releases repository
|
||||
maven {
|
||||
url = "https://repo.dairy.foundation/releases"
|
||||
}
|
||||
// Dairy snapshots repository
|
||||
maven {
|
||||
url = "https://repo.dairy.foundation/snapshots"
|
||||
}
|
||||
}
|
||||
|
||||
buildscript {
|
||||
repositories {
|
||||
mavenCentral()
|
||||
maven {
|
||||
url "https://repo.dairy.foundation/releases"
|
||||
}
|
||||
}
|
||||
dependencies {
|
||||
classpath "dev.frozenmilk:Load:0.2.4"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// Include common definitions from above.
|
||||
apply from: '../build.common.gradle'
|
||||
apply from: '../build.dependencies.gradle'
|
||||
apply plugin: 'dev.frozenmilk.sinister.sloth.load'
|
||||
|
||||
android {
|
||||
namespace = 'org.firstinspires.ftc.teamcode'
|
||||
@@ -49,6 +25,4 @@ android {
|
||||
|
||||
dependencies {
|
||||
implementation project(':FtcRobotController')
|
||||
implementation("dev.frozenmilk.sinister:Sloth:0.2.4")
|
||||
implementation("com.bylazar.sloth:fullpanels:0.2.4+1.0.12")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user