added sloth deps and configs
This commit is contained in:
@@ -1,3 +1,15 @@
|
||||
buildscript {
|
||||
repositories {
|
||||
mavenCentral()
|
||||
maven {
|
||||
url "https://repo.dairy.foundation/releases"
|
||||
}
|
||||
}
|
||||
dependencies {
|
||||
classpath "dev.frozenmilk:Load:0.2.4"
|
||||
}
|
||||
}
|
||||
|
||||
apply plugin: 'com.android.application'
|
||||
|
||||
//
|
||||
@@ -16,6 +28,8 @@ apply plugin: 'com.android.application'
|
||||
apply from: '../build.common.gradle'
|
||||
apply from: '../build.dependencies.gradle'
|
||||
|
||||
apply plugin: 'dev.frozenmilk.sinister.sloth.load'
|
||||
|
||||
android {
|
||||
namespace = 'org.firstinspires.ftc.teamcode'
|
||||
|
||||
@@ -26,4 +40,6 @@ android {
|
||||
|
||||
dependencies {
|
||||
implementation project(':FtcRobotController')
|
||||
|
||||
implementation("dev.frozenmilk.sinister:Sloth:0.2.4")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user