Setup Pedro
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
repositories {
|
||||
mavenCentral()
|
||||
google() // Needed for androidx
|
||||
maven { url = 'https://maven.pedropathing.com' } //Pedro
|
||||
maven { url = "https://mymaven.bylazar.com/releases" } //Panels
|
||||
}
|
||||
|
||||
dependencies {
|
||||
@@ -13,5 +15,16 @@ dependencies {
|
||||
implementation 'org.firstinspires.ftc:FtcCommon:11.0.0'
|
||||
implementation 'org.firstinspires.ftc:Vision:11.0.0'
|
||||
implementation 'androidx.appcompat:appcompat:1.2.0'
|
||||
|
||||
implementation 'com.pedropathing:ftc:2.0.0' //PedroCore
|
||||
implementation 'com.pedropathing:telemetry:0.0.6' //PedroTele
|
||||
|
||||
implementation 'com.bylazar:fullpanels:1.0.2' //Panels
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user