Skip to content

Commit fd5dee4

Browse files
committed
Update repackaged dependencies to 4.0.1-lite, and update gradle build tools to 3.2.1
1 parent 5c2f614 commit fd5dee4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

TeamCode/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ dependencies {
5959
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
6060

6161
//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"
6464
implementation "com.github.modular-ftc:ftc-common-repackaged:$ftc_version.0-lite"
6565

6666
implementation "org.first.ftc:hardware:$ftc_version"

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88
}
99

1010
dependencies {
11-
classpath 'com.android.tools.build:gradle:3.2.0'
11+
classpath 'com.android.tools.build:gradle:3.2.1'
1212
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1313
}
1414

0 commit comments

Comments
 (0)