added sloth deps and configs
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
repositories {
|
||||
mavenCentral()
|
||||
google() // Needed for androidx
|
||||
maven { url = "https://mymaven.bylazar.com/releases" }
|
||||
google()
|
||||
maven {url = "https://repo.dairy.foundation/releases" }
|
||||
maven {url = "https://mymaven.bylazar.com/releases" }
|
||||
}
|
||||
|
||||
dependencies {
|
||||
@@ -18,6 +19,6 @@ dependencies {
|
||||
implementation 'androidx.appcompat:appcompat:1.2.0'
|
||||
implementation 'com.pedropathing:ftc:2.1.2'
|
||||
implementation 'com.pedropathing:telemetry:1.0.0'
|
||||
implementation 'com.bylazar:fullpanels:1.0.12'
|
||||
implementation("com.bylazar.sloth:fullpanels:0.2.4+1.0.12")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user