Added next ftc library
This commit is contained in:
@@ -4,6 +4,7 @@ repositories {
|
||||
maven { url = 'https://maven.pedropathing.com' } //Pedro
|
||||
maven { url = "https://mymaven.bylazar.com/releases" } //Panels
|
||||
maven { url = 'https://maven.brott.dev/' } //RR
|
||||
maven { url = "https://maven.rowanmcalpin.com/" } //Next FTC
|
||||
}
|
||||
|
||||
dependencies {
|
||||
@@ -17,7 +18,9 @@ dependencies {
|
||||
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:ftc:2.0.1' //PedroCore
|
||||
implementation 'com.pedropathing:telemetry:0.0.6' //PedroTele
|
||||
|
||||
implementation 'com.bylazar:fullpanels:1.0.2' //Panels
|
||||
@@ -29,6 +32,10 @@ dependencies {
|
||||
|
||||
implementation 'org.ftclib.ftclib:core:2.1.1' // FTC LIB
|
||||
|
||||
implementation 'com.rowanmcalpin.nextftc:core:0.6.2' //NEXT FTC
|
||||
implementation 'com.rowanmcalpin.nextftc:ftc:0.6.2'//NEXT FTC
|
||||
implementation 'com.rowanmcalpin.nextftc:pedro:0.6.2'//NEXT FTC
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user