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

Commit

Permalink
v4.1 changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
ftctechnh committed Sep 24, 2018
1 parent 612f456 commit 58d723a
Show file tree
Hide file tree
Showing 28 changed files with 27 additions and 871 deletions.
12 changes: 6 additions & 6 deletions FtcRobotController/build.release.gradle
Original file line number Diff line number Diff line change
@@ -1,8 1,8 @@
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:'WirelessP2p-release', ext:'aar')
implementation (name:'Inspection-release', ext: 'aar')
implementation (name:'Blocks-release', ext: 'aar')
implementation (name:'RobotCore-release', ext: 'aar')
implementation (name:'Hardware-release', ext: 'aar')
implementation (name:'FtcCommon-release', ext: 'aar')
implementation (name:'WirelessP2p-release', ext:'aar')
}
9 changes: 7 additions & 2 deletions FtcRobotController/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.qualcomm.ftcrobotcontroller"
android:versionCode="28"
android:versionName="4.0">
android:versionCode="29"
android:versionName="4.1">

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

Expand Down Expand Up @@ -33,6 33,11 @@
<meta-data
android:name="android.hardware.usb.action.USB_DEVICE_ATTACHED"
android:resource="@xml/device_filter" />

<meta-data
android:name="org.firstinspires.main.entry"
android:value="true"
/>
</activity>

<!-- The robot controller service in which most of the robot functionality is managed -->
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 58d723a

Please sign in to comment.