File tree 5 files changed +12
-9
lines changed
5 files changed +12
-9
lines changed Original file line number Diff line number Diff line change 6
6
components :
7
7
- tools
8
8
- platform-tools
9
- - build-tools-27 .0.3
9
+ - build-tools-28 .0.2
10
10
- android-27
11
11
- extra-google-m2repository
12
12
Original file line number Diff line number Diff line change @@ -66,6 +66,6 @@ dependencies {
66
66
implementation " org.first.ftc:hardware:$ftc_version "
67
67
68
68
// The Pattonville Robotics shared libraries are included by default. Remove the following line to stop using them.
69
- implementation " com.github.Pattonville-Robotics:Common-Code:ce72e05 "
69
+ implementation " com.github.Pattonville-Robotics:Common-Code:3992c9f "
70
70
}
71
71
Original file line number Diff line number Diff line change 14
14
-dontwarn com.google.gson.**
15
15
-dontwarn com.google.errorprone.**
16
16
-dontwarn com.qualcomm.analytics.**
17
- -dontwarn org.apache.commons.math3.geometry.euclidean.twod.Line
17
+ -dontwarn com.qualcomm.wirelessp2p.**
18
+ -dontwarn com.osterhoutgroup.**
19
+ -dontwarn org.apache.commons.math3.geometry.euclidean.twod.Line
20
+ -dontwarn org.checkerframework.**
21
+ -dontwarn afu.org.checkerframework.**
Original file line number Diff line number Diff line change 1
1
buildscript {
2
- ext. kotlin_version = ' 1.2.60 '
3
- ext. ftc_version = ' 3.7 '
2
+ ext. kotlin_version = ' 1.2.61 '
3
+ ext. ftc_version = ' 4.0 '
4
4
5
5
repositories {
6
6
google()
7
7
jcenter()
8
8
}
9
9
10
10
dependencies {
11
- classpath ' com.android.tools.build:gradle:3.1.4 '
11
+ classpath ' com.android.tools.build:gradle:3.2.0 '
12
12
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
13
13
}
14
14
Original file line number Diff line number Diff line change 1
- # Thu Jun 01 08:33:11 PDT 2017
1
+ # Sun Oct 07 14:51:45 CDT 2018
2
2
distributionBase =GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-4.5.1-all.zip
7
-
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-4.6-all.zip
You can’t perform that action at this time.
0 commit comments