Skip to content

Commit 2b1d351

Browse files
committed
test
1 parent c8583cc commit 2b1d351

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

RobotCore/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ dependencies {
2020
*/
2121
api fileTree(include: ['*.jar', '*.aar'], dir: 'libs')
2222
api 'com.google.code.gson:gson:2.8.0'
23-
api 'org.openftc:tfod-google-ftcsdk-repackaged:5.0' //Specific version of TFOD core library used by FTC SDK
24-
api 'org.openftc:tfod-ftc-repackaged:5.0' //FTC specific addons to core TFOD lib
23+
//api 'org.openftc:tfod-google-ftcsdk-repackaged:6.0' //Specific version of TFOD core library used by FTC SDK
24+
//api 'org.openftc:tfod-ftc-repackaged:6.0' //FTC specific addons to core TFOD lib
2525
api 'androidx.annotation:annotation:1.1.0'
2626
api 'androidx.core:core:1.3.0'
2727
}

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,10 @@ allprojects {
2626
url = "https://dl.bintray.com/first-tech-challenge/ftcsdk/"
2727
}
2828
}
29+
2930
}
3031

32+
3133
task clean(type: Delete) {
3234
delete rootProject.buildDir
3335
}

build.release.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
dependencies {
2+
implementation 'com.acmerobotics.roadrunner:core:0.5.1'
3+
//implementation (group: 'org.apache.commons', name: 'commons-math3', version: '3.6.1')
4+
}

0 commit comments

Comments
 (0)