Skip to content

Commit 0285c7b

Browse files
authored
Merge pull request #43 from Pattonville-Robotics/opencv-roverruckus-update
Update Common-Code to ftc_app 4.3
2 parents 870cfcf + 8a234ea commit 0285c7b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
buildscript {
22
ext.kotlin_version = '1.2.71'
3-
ext.ftc_version = '4.0'
3+
ext.ftc_version = '4.3'
44

55
repositories {
66
google()

library/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,15 @@ dependencies {
5050
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
5151

5252
//FTC
53-
implementation "com.github.modular-ftc:robotcore-repackaged:$ftc_version.1.1-lite"
53+
implementation "com.github.modular-ftc:robotcore-repackaged:$ftc_version.0-lite"
5454
implementation "com.github.modular-ftc:ftc-common-repackaged:$ftc_version.0-lite"
5555
implementation "org.first.ftc:hardware:$ftc_version"
5656

5757
//Utilities
5858
implementation 'org.apache.commons:commons-math3:3.6.1'
5959
implementation 'com.annimon:stream:1.1.9'
6060
implementation 'com.google.code.findbugs:jsr305:3.0.2'
61-
implementation 'com.google.guava:guava:24.1-android'
61+
implementation 'com.google.guava:guava:24.1-jre'
6262
implementation 'com.github.modular-ftc:opencv-repackaged:3.3.1'
6363

6464
testImplementation 'junit:junit:4.12'

0 commit comments

Comments
 (0)