Removed Sloth Load To fix issues
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user