Skip to content

Commit

Permalink
Merge pull request #49 from Pattonville-Robotics/update-to-5.2
Browse files Browse the repository at this point in the history
Update to 5.2
  • Loading branch information
iamwood authored Sep 26, 2019
2 parents 7fba1c6 + 6b7af6a commit f4a9846
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
buildscript {
ext.kotlin_version = '1.2.71'
ext.ftc_version = '4.3'
ext.kotlin_version = '1.3.41'
ext.ftc_version = '5.2'

repositories {
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.2.1'
classpath 'com.android.tools.build:gradle:3.5.0'
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Mon Aug 22 11:38:56 EDT 2016
#Thu Sep 26 16:01:58 CDT 2019
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip
7 changes: 6 additions & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ android {
targetSdkVersion 19

versionName "$ftc_version.0"
versionCode 9
versionCode 10
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
multiDexEnabled true
}
Expand Down Expand Up @@ -52,6 +52,7 @@ dependencies {
//FTC
implementation "com.github.modular-ftc:robotcore-repackaged:$ftc_version.0-lite"
implementation "com.github.modular-ftc:ftc-common-repackaged:$ftc_version.0-lite"
implementation "com.github.modular-ftc:vuforia-repackaged:$ftc_version.0"
implementation "org.first.ftc:hardware:$ftc_version"

//Utilities
Expand All @@ -60,6 +61,10 @@ dependencies {
implementation 'com.google.code.findbugs:jsr305:3.0.2'
implementation 'com.google.guava:guava:24.1-jre'
implementation 'com.github.modular-ftc:opencv-repackaged:3.3.1'

//Android
implementation 'com.android.support:support-annotations:28.0.0'


testImplementation 'junit:junit:4.12'

Expand Down

0 comments on commit f4a9846

Please sign in to comment.