added sloth deps and configs

This commit is contained in:
2026-09-03 17:30:36 -05:00
parent 978910915a
commit e04a16a692
4 changed files with 116 additions and 3 deletions
+4 -3
View File
@@ -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")
}