upgrade pedro

This commit is contained in:
2026-09-10 08:37:22 -05:00
parent dee4acec20
commit b23e0fafbf
15 changed files with 3503 additions and 1819 deletions
+4 -2
View File
@@ -1,6 +1,7 @@
repositories {
mavenCentral()
google() // Needed for androidx
maven { url 'https://repo.dairy.foundation/releases/'}
maven { url = "https://mymaven.bylazar.com/releases" }
}
@@ -16,8 +17,9 @@ dependencies {
implementation 'org.firstinspires.ftc:Vision:11.2.1'
//noinspection GradleDependency
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.pedropathing:revhub:3.0.0'
implementation 'com.pedropathing:tuning:1.0.0'
}