This commit is contained in:
2025-09-07 19:21:41 -05:00
parent ab5887a9c5
commit a631203189
22 changed files with 2132 additions and 1 deletions

View File

@@ -3,6 +3,7 @@ repositories {
google() // Needed for androidx
maven { url = 'https://maven.pedropathing.com' } //Pedro
maven { url = "https://mymaven.bylazar.com/releases" } //Panels
maven { url = 'https://maven.brott.dev/' } //RR
}
dependencies {
@@ -21,6 +22,11 @@ dependencies {
implementation 'com.bylazar:fullpanels:1.0.2' //Panels
implementation "com.acmerobotics.roadrunner:ftc:0.1.25" //RR
implementation "com.acmerobotics.roadrunner:core:1.0.1" //RR
implementation "com.acmerobotics.roadrunner:actions:1.0.1" //RR
implementation "com.acmerobotics.dashboard:dashboard:0.4.17" //FTC Dash