Skip to content

Commit

Permalink
Merge pull request #43 from Pattonville-Robotics/opencv-roverruckus-u…
Browse files Browse the repository at this point in the history
…pdate

Update Common-Code to ftc_app 4.3
  • Loading branch information
iamwood authored Nov 11, 2018
2 parents 870cfcf + 8a234ea commit 0285c7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,15 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"

//FTC
implementation "com.github.modular-ftc:robotcore-repackaged:$ftc_version.1.1-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"

//Utilities
implementation 'org.apache.commons:commons-math3:3.6.1'
implementation 'com.annimon:stream:1.1.9'
implementation 'com.google.code.findbugs:jsr305:3.0.2'
implementation 'com.google.guava:guava:24.1-android'
implementation 'com.google.guava:guava:24.1-jre'
implementation 'com.github.modular-ftc:opencv-repackaged:3.3.1'

testImplementation 'junit:junit:4.12'
Expand Down

0 comments on commit 0285c7b

Please sign in to comment.