Skip to content
This repository has been archived by the owner on Oct 27, 2020. It is now read-only.

Commit

Permalink
v 2.0 (released on 20160819).
Browse files Browse the repository at this point in the history
  • Loading branch information
ftctechnh committed Aug 19, 2016
1 parent 0a51936 commit a0dee0e
Show file tree
Hide file tree
Showing 355 changed files with 45,198 additions and 11,325 deletions.
53 changes: 15 additions & 38 deletions FtcRobotController/build.gradle
Original file line number Diff line number Diff line change
@@ -1,52 +1,29 @@
apply plugin: 'com.android.application'
import java.util.regex.Pattern

//
// build.gradle in FtcRobotController
//
apply plugin: 'com.android.library'

android {
signingConfigs {
debug {
keyAlias 'androiddebugkey'
keyPassword 'android'
storeFile file('libs/ftc.debug.keystore')
storePassword 'android'
}
}

defaultConfig {
minSdkVersion 16
minSdkVersion 19
targetSdkVersion 19
}
compileSdkVersion 19
buildToolsVersion '21.1.2'
}

buildscript {
repositories {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.1.0'
compileSdkVersion 23
buildToolsVersion '23.0.3'
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_7
targetCompatibility JavaVersion.VERSION_1_7
}
}

repositories {
flatDir {
dirs 'libs'
dirs '../libs'
}
}

allprojects {
repositories {
jcenter()
flatDir {
dirs 'out'
}
}
}

dependencies {
compile files('libs/android-support-v4.jar')
compile(name: 'RobotCore-release', ext: 'aar')
compile(name: 'Hardware-release', ext: 'aar')
compile(name: 'FtcCommon-release', ext: 'aar')
compile(name: 'ModernRobotics-release', ext: 'aar')
compile(name: 'Analytics-release', ext: 'aar')
compile(name: 'WirelessP2p-release', ext: 'aar')
}
apply from: 'build.release.gradle'
10 changes: 10 additions & 0 deletions FtcRobotController/build.release.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
dependencies {
compile (name:'Inspection-release', ext: 'aar')
compile (name:'Blocks-release', ext: 'aar')
compile (name:'RobotCore-release', ext: 'aar')
compile (name:'Hardware-release', ext: 'aar')
compile (name:'FtcCommon-release', ext: 'aar')
compile (name:'ModernRobotics-release', ext:'aar')
compile (name:'Analytics-release', ext:'aar')
compile (name:'WirelessP2p-release', ext:'aar')
}
4 changes: 2 additions & 2 deletions FtcRobotController/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Tue Sep 01 15:45:47 PDT 2015
#Thu Jun 09 08:40:36 EDT 2016
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.4-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.10-all.zip
164 changes: 0 additions & 164 deletions FtcRobotController/gradlew

This file was deleted.

90 changes: 0 additions & 90 deletions FtcRobotController/gradlew.bat

This file was deleted.

Binary file removed FtcRobotController/libs/FtcCommon-release.aar
Binary file not shown.
Binary file removed FtcRobotController/libs/Hardware-release.aar
Binary file not shown.
Binary file removed FtcRobotController/libs/RobotCore-release.aar
Binary file not shown.
Loading

0 comments on commit a0dee0e

Please sign in to comment.