@@ -65,7 +65,6 @@ configurations {
65
65
66
66
dependencies {
67
67
repositories {
68
- jcenter() // Needed for tensorflow-lite
69
68
maven { url = ' https://maven.brott.dev/' }
70
69
maven { url = ' https://jitpack.io' }
71
70
maven { url " https://kotlin.bintray.com/kotlin-datascience" }
@@ -75,11 +74,8 @@ dependencies {
75
74
implementation ' androidx.core:core-ktx:1.6.0'
76
75
implementation ' androidx.appcompat:appcompat:1.3.0'
77
76
implementation ' com.google.android.material:material:1.4.0'
78
- // testImplementation 'junit:junit:4.13.2'
79
- // androidTestImplementation 'androidx.test.ext:junit:1.1.3'
80
- // androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
81
- // implementation 'org.jetbrains.lets-plot:lets-plot-kotlin-jvm:3.1.1'
82
- // implementation 'org.jetbrains.lets-plot:lets-plot-image-export:2.1.0'
77
+ compileOnly ' org.jetbrains.lets-plot:lets-plot-kotlin-jvm:3.1.1'
78
+ compileOnly ' org.jetbrains.lets-plot:lets-plot-image-export:2.1.0'
83
79
84
80
implementation ' org.firstinspires.ftc:RobotCore:7.0.0'
85
81
@@ -88,9 +84,10 @@ dependencies {
88
84
testImplementation ' org.jetbrains.kotlin:kotlin-test'
89
85
90
86
implementation ' org.apache.commons:commons-math3:3.6.1'
91
- implementation ' androidx.appcompat:appcompat:1.3.1'
92
87
implementation ' com.acmerobotics.dashboard:dashboard:0.4.3'
93
88
implementation ' com.acmerobotics.roadrunner:core:0.5.4'
89
+ implementation ' com.github.Eeshwar-Krishnan:PhotonFTC:dev-SNAPSHOT'
90
+
94
91
95
92
96
93
ktlint(" com.pinterest:ktlint:0.42.1" ) {
0 commit comments