Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
1198159 committed Sep 28, 2020
1 parent c8583cc commit 2b1d351
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RobotCore/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ dependencies {
*/
api fileTree(include: ['*.jar', '*.aar'], dir: 'libs')
api 'com.google.code.gson:gson:2.8.0'
api 'org.openftc:tfod-google-ftcsdk-repackaged:5.0' //Specific version of TFOD core library used by FTC SDK
api 'org.openftc:tfod-ftc-repackaged:5.0' //FTC specific addons to core TFOD lib
//api 'org.openftc:tfod-google-ftcsdk-repackaged:6.0' //Specific version of TFOD core library used by FTC SDK
//api 'org.openftc:tfod-ftc-repackaged:6.0' //FTC specific addons to core TFOD lib
api 'androidx.annotation:annotation:1.1.0'
api 'androidx.core:core:1.3.0'
}
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,10 @@ allprojects {
url = "https://dl.bintray.com/first-tech-challenge/ftcsdk/"
}
}

}


task clean(type: Delete) {
delete rootProject.buildDir
}
4 changes: 4 additions & 0 deletions build.release.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
dependencies {
implementation 'com.acmerobotics.roadrunner:core:0.5.1'
//implementation (group: 'org.apache.commons', name: 'commons-math3', version: '3.6.1')
}

0 comments on commit 2b1d351

Please sign in to comment.