Skip to content

Commit 7ce8b59

Browse files
committed
add: pedro dependency
1 parent 18d76bc commit 7ce8b59

3 files changed

Lines changed: 4 additions & 0 deletions

File tree

gradle/libs.versions.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ android = "8.7.3"
44
nextftc = "1.0.0-SNAPSHOT"
55
kotest = "5.9.1"
66
ftc = "10.3.0"
7+
pedro = "1.1.0-SNAPSHOT"
78

89
[libraries]
910
kotest-runner = { module = "io.kotest:kotest-runner-junit5", version.ref = "kotest" }
@@ -17,6 +18,7 @@ ftc-common = { group = "org.firstinspires.ftc", name = "FtcCommon", version.ref
1718
nextftc-core = { group = "dev.nextftc", name = "core", version.ref = "nextftc" }
1819
nextftc-ftc = { group = "dev.nextftc", name = "ftc", version.ref = "nextftc" }
1920
nextftc-hardware = { group = "dev.nextftc", name = "hardware", version.ref = "nextftc" }
21+
pedro = { module = "com.pedropathing:ftc", version.ref = "pedro" }
2022

2123
[bundles]
2224
kotest = ["kotest-runner", "kotest-assertations", "kotest-property"]

pedro/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ android {
2828

2929
dependencies {
3030
implementation(libs.bundles.nextftc)
31+
implementation(libs.pedro)
3132
compileOnly(libs.bundles.ftc)
3233

3334
testImplementation(libs.bundles.kotest)

settings.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ dependencyResolutionManagement {
1414
google()
1515
mavenCentral()
1616
maven("https://central.sonatype.com/repository/maven-snapshots/")
17+
maven("https://maven.pedropathing.com/")
1718
}
1819
}
1920

0 commit comments

Comments
 (0)