Skip to content

Commit

Permalink
Update ftc_app dependencies to 4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
iamwood committed Nov 11, 2018
1 parent 8972bac commit f8edfb8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions TeamCode/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,14 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"

//FTC libraries
implementation "com.github.modular-ftc:robotcontroller-repackaged:$ftc_version.1-lite"
implementation "com.github.modular-ftc:robotcore-repackaged:$ftc_version.1.1-lite"
implementation "com.github.modular-ftc:robotcontroller-repackaged:$ftc_version.0-lite"
implementation "com.github.modular-ftc:robotcore-repackaged:$ftc_version.0-lite"
implementation "com.github.modular-ftc:ftc-common-repackaged:$ftc_version.0-lite"

implementation "org.first.ftc:hardware:$ftc_version"

//The Pattonville Robotics shared libraries are included by default. Remove the following line to stop using them.
implementation "com.github.Pattonville-Robotics:Common-Code:870cfcf96b"
implementation "com.github.Pattonville-Robotics:Common-Code:0285c7bd73"

implementation 'org.apache.commons:commons-math3:3.6.1'
}
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
ext.kotlin_version = '1.2.71'
ext.ftc_version = '4.0'
ext.ftc_version = '4.3'

repositories {
google()
Expand Down

0 comments on commit f8edfb8

Please sign in to comment.