Skip to content

Commit 6ac3367

Browse files
Add stable PhotonCore
1 parent ff155fa commit 6ac3367

12 files changed

Lines changed: 9 additions & 10 deletions

File tree

core/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ build/
22
../local.properties/
33
ReleaseStorage/
44
.settings/
5-
vision/ReleaseStorage/
5+
photon/ReleaseStorage/

examples/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ftc {
1717
}
1818
}
1919

20-
// TODO: migrate once vision is published as part of easy auto libraries
20+
// TODO: migrate once photon is published as part of easy auto libraries
2121
dependencies {
22-
implementation("org.solverslib:vision")
22+
implementation("org.solverslib:photon")
2323
}

examples/settings.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ includeBuild("../pedroPathing") {
1919
}
2020
}
2121

22-
includeBuild("../vision") {
22+
includeBuild("../photon") {
2323
dependencySubstitution {
24-
substitute(module("org.solverslib:vision")).using(project(":"))
24+
substitute(module("org.solverslib:photon")).using(project(":"))
2525
}
2626
}

pedroPathing/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ build/
22
../local.properties/
33
ReleaseStorage/
44
.settings/
5-
vision/ReleaseStorage/
5+
photon/ReleaseStorage/
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ build/
22
../local.properties/
33
ReleaseStorage/
44
.settings/
5-
vision/ReleaseStorage/
5+
photon/ReleaseStorage/
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
id("dev.frozenmilk.doc") version "0.0.5"
55
}
66

7-
android.namespace = "org.solverslib.vision"
7+
android.namespace = "org.solverslib.photon"
88

99
dairyPublishing {
1010
gitDir = file("..")
@@ -17,7 +17,6 @@ ftc {
1717
implementation(RobotCore)
1818
implementation(FtcCommon)
1919
implementation(Hardware)
20-
implementation(Vision)
2120

2221
testImplementation(RobotCore)
2322
}
@@ -31,7 +30,7 @@ publishing {
3130
publications {
3231
register<MavenPublication>("release") {
3332
groupId = "org.solverslib"
34-
artifactId = "vision"
33+
artifactId = "photon"
3534

3635
artifact(dairyDoc.dokkaHtmlJar)
3736
artifact(dairyDoc.dokkaJavadocJar)
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)