Removed Sloth Load To fix issues

This commit is contained in:
2026-09-08 19:37:18 -05:00
parent 202e107450
commit f7e1803767
3 changed files with 2 additions and 34 deletions
-7
View File
@@ -5,9 +5,6 @@ buildscript {
url "https://repo.dairy.foundation/releases"
}
}
dependencies {
classpath "dev.frozenmilk:Load:0.2.4"
}
}
apply plugin: 'com.android.application'
@@ -28,7 +25,6 @@ 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'
@@ -40,7 +36,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"
implementation "org.solverslib:core:0.3.5" // core
}