From f7e18037670681f978fe9bf5c7334216f85b567c Mon Sep 17 00:00:00 2001 From: keshavanandcode Date: Tue, 8 Sep 2026 19:37:18 -0500 Subject: [PATCH] Removed Sloth Load To fix issues --- .run/Sloth Load.run.xml | 27 --------------------------- TeamCode/build.gradle | 7 ------- build.dependencies.gradle | 2 ++ 3 files changed, 2 insertions(+), 34 deletions(-) delete mode 100644 .run/Sloth Load.run.xml diff --git a/.run/Sloth Load.run.xml b/.run/Sloth Load.run.xml deleted file mode 100644 index f071761..0000000 --- a/.run/Sloth Load.run.xml +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - true - true - false - false - false - false - false - - - \ No newline at end of file diff --git a/TeamCode/build.gradle b/TeamCode/build.gradle index 2c4f446..9fa2204 100644 --- a/TeamCode/build.gradle +++ b/TeamCode/build.gradle @@ -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 } diff --git a/build.dependencies.gradle b/build.dependencies.gradle index 11f40a7..f5720d5 100644 --- a/build.dependencies.gradle +++ b/build.dependencies.gradle @@ -19,5 +19,7 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.2.0' implementation 'com.pedropathing:ftc:2.1.2' implementation 'com.pedropathing:telemetry:1.0.0' + implementation "org.solverslib:core:0.3.5" // core + implementation 'com.bylazar:fullpanels:1.0.12' }