Commit fd5dee4 1 parent 5c2f614 commit fd5dee4 Copy full SHA for fd5dee4
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -59,8 +59,8 @@ dependencies {
59
59
implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
60
60
61
61
// FTC libraries
62
- implementation " com.github.modular-ftc:robotcontroller-repackaged:$ftc_version . 0 -lite"
63
- implementation " com.github.modular-ftc:robotcore-repackaged:$ftc_version . 0 -lite"
62
+ implementation " com.github.modular-ftc:robotcontroller-repackaged:$ftc_version . 1 -lite"
63
+ implementation " com.github.modular-ftc:robotcore-repackaged:$ftc_version . 1 -lite"
64
64
implementation " com.github.modular-ftc:ftc-common-repackaged:$ftc_version . 0 -lite"
65
65
66
66
implementation " org.first.ftc:hardware:$ftc_version "
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ buildscript {
8
8
}
9
9
10
10
dependencies {
11
- classpath ' com.android.tools.build:gradle:3.2.0 '
11
+ classpath ' com.android.tools.build:gradle:3.2.1 '
12
12
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
13
13
}
14
14
You can’t perform that action at this time.
0 commit comments