Skip to content

Commit

Permalink
Merge pull request #25 from blabel3/world
Browse files Browse the repository at this point in the history
Merging World with Master
  • Loading branch information
stlgolfer authored Apr 13, 2017
2 parents 0a9658f + 32eb55f commit f2bd959
Show file tree
Hide file tree
Showing 248 changed files with 867 additions and 38,990 deletions.
10 changes: 5 additions & 5 deletions ftc_app-master/FtcRobotController/build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
import java.util.regex.Pattern

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

android {

defaultConfig {
Expand All @@ -11,19 +13,17 @@ android {
}

compileSdkVersion 23
buildToolsVersion '23.0.3'
buildToolsVersion '25.0.0'
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_7
targetCompatibility JavaVersion.VERSION_1_7
}
}

repositories {
flatDir {
dirs '../libs'
}
}
apply from: 'build.release.gradle'

dependencies {
compile project(':opencv-java')
}
apply from: 'build.release.gradle'
1 change: 0 additions & 1 deletion ftc_app-master/FtcRobotController/build.release.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@ dependencies {
compile (name:'ModernRobotics-release', ext:'aar')
compile (name:'Analytics-release', ext:'aar')
compile (name:'WirelessP2p-release', ext:'aar')
compile project(':ftc-visionlib')
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
android:versionCode="15"
android:versionName="2.4">

<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />

<application
android:allowBackup="true"
Expand Down
Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ are permitted (subject to the limitations in the disclaimer below) provided that
import org.firstinspires.ftc.robotcore.external.navigation.AxesOrder;
import org.firstinspires.ftc.robotcore.external.navigation.AxesReference;
import org.firstinspires.ftc.robotcore.external.navigation.Orientation;
import org.firstinspires.ftc.robotcore.external.navigation.Position;
import org.firstinspires.ftc.robotcore.external.navigation.VuforiaLocalizer;
import org.firstinspires.ftc.robotcore.external.navigation.VuforiaTrackable;
import org.firstinspires.ftc.robotcore.external.navigation.VuforiaTrackableDefaultListener;
Expand Down

This file was deleted.

Loading

0 comments on commit f2bd959

Please sign in to comment.