added sloth deps and configs

This commit is contained in:
2026-09-03 17:30:36 -05:00
parent 978910915a
commit e04a16a692
4 changed files with 116 additions and 3 deletions
+16
View File
@@ -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")
}