Skip to content

Commit

Permalink
Merge pull request #51 from Pattonville-Robotics/update-to-5.2
Browse files Browse the repository at this point in the history
Update to 5.2
  • Loading branch information
iamwood authored Sep 26, 2019
2 parents f4a9846 + 0078445 commit fb5bd72
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"

//FTC
implementation "com.github.modular-ftc:robotcore-repackaged:$ftc_version.0-lite"
implementation "com.github.modular-ftc:ftc-common-repackaged:$ftc_version.0-lite"
implementation "com.github.modular-ftc:vuforia-repackaged:$ftc_version.0"
implementation "com.github.modular-ftc:robotcore-repackaged:$ftc_version.1-lite"
implementation "com.github.modular-ftc:ftc-common-repackaged:$ftc_version.1-lite"
implementation "com.github.modular-ftc:vuforia-repackaged:$ftc_version.1"
implementation "org.first.ftc:hardware:$ftc_version"

//Utilities
Expand Down

0 comments on commit fb5bd72

Please sign in to comment.