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
-27
View File
@@ -1,27 +0,0 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="Sloth Load" type="GradleRunConfiguration" factoryName="Gradle">
<ExternalSystemSettings>
<option name="executionName" />
<option name="externalProjectPath" value="$PROJECT_DIR$" />
<option name="externalSystemIdString" value="GRADLE" />
<option name="scriptParameters" value="" />
<option name="taskDescriptions">
<list />
</option>
<option name="taskNames">
<list>
<option value=":TeamCode:deploySloth" />
</list>
</option>
<option name="vmOptions" />
</ExternalSystemSettings>
<ExternalSystemDebugServerProcess>true</ExternalSystemDebugServerProcess>
<ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess>
<ExternalSystemDebugDisabled>false</ExternalSystemDebugDisabled>
<DebugAllEnabled>false</DebugAllEnabled>
<RunAsTest>false</RunAsTest>
<GradleProfilingDisabled>false</GradleProfilingDisabled>
<GradleCoverageDisabled>false</GradleCoverageDisabled>
<method v="2" />
</configuration>
</component>
-7
View File
@@ -5,9 +5,6 @@ buildscript {
url "https://repo.dairy.foundation/releases" url "https://repo.dairy.foundation/releases"
} }
} }
dependencies {
classpath "dev.frozenmilk:Load:0.2.4"
}
} }
apply plugin: 'com.android.application' apply plugin: 'com.android.application'
@@ -28,7 +25,6 @@ apply plugin: 'com.android.application'
apply from: '../build.common.gradle' apply from: '../build.common.gradle'
apply from: '../build.dependencies.gradle' apply from: '../build.dependencies.gradle'
apply plugin: 'dev.frozenmilk.sinister.sloth.load'
android { android {
namespace = 'org.firstinspires.ftc.teamcode' namespace = 'org.firstinspires.ftc.teamcode'
@@ -40,7 +36,4 @@ android {
dependencies { dependencies {
implementation project(':FtcRobotController') 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
} }
+2
View File
@@ -19,5 +19,7 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.2.0' implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'com.pedropathing:ftc:2.1.2' implementation 'com.pedropathing:ftc:2.1.2'
implementation 'com.pedropathing:telemetry:1.0.0' implementation 'com.pedropathing:telemetry:1.0.0'
implementation "org.solverslib:core:0.3.5" // core
implementation 'com.bylazar:fullpanels:1.0.12'
} }