File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11buildscript {
22 ext. kotlin_version = ' 1.2.71'
3- ext. ftc_version = ' 4.0 '
3+ ext. ftc_version = ' 4.3 '
44
55 repositories {
66 google()
Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments