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

Commit

Permalink
v4.3 changes. Includes missing TensorFlow files.
Browse files Browse the repository at this point in the history
  • Loading branch information
ftctechnh committed Oct 31, 2018
1 parent 034b5f6 commit 1df2792
Show file tree
Hide file tree
Showing 17 changed files with 12 additions and 3 deletions.
4 changes: 2 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="30"
android:versionName="4.2">
android:versionCode="31"
android:versionName="4.3">

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

Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,13 @@ For technical questions regarding the SDK, please visit the FTC Technology forum
# Release Information
**************************************************************************************

Version 4.3 (built on 18.10.31)
* Includes missing TensorFlow-related libraries and files.

**************************************************************************************
# Release Information
**************************************************************************************

Version 4.2 (built on 18.10.30)
* Includes fix to avoid deadlock situation with WatchdogMonitor which could result in USB communication errors.
- Comm error appeared to require that user disconnect USB cable and restart the Robot Controller app to recover.
Expand Down
4 changes: 3 additions & 1 deletion TeamCode/build.release.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@ dependencies {
implementation (name: 'RobotCore-release', ext: 'aar')
implementation (name: 'Hardware-release', ext: 'aar')
implementation (name: 'FtcCommon-release', ext: 'aar')
implementation (name:'WirelessP2p-release', ext:'aar')
implementation (name: 'WirelessP2p-release', ext:'aar')
implementation (name: 'tfod-release', ext:'aar')
implementation (name: 'tensorflow-lite-0.0.0-nightly', ext:'aar')
}
Binary file modified doc/apk/FtcDriverStation-release.apk
Binary file not shown.
Binary file modified doc/apk/FtcRobotController-release.apk
Binary file not shown.
Binary file modified libs/Blocks-release-sources.jar
Binary file not shown.
Binary file modified libs/Blocks-release.aar
Binary file not shown.
Binary file modified libs/FtcCommon-release-sources.jar
Binary file not shown.
Binary file modified libs/FtcCommon-release.aar
Binary file not shown.
Binary file modified libs/Hardware-release-sources.jar
Binary file not shown.
Binary file modified libs/Hardware-release.aar
Binary file not shown.
Binary file modified libs/Inspection-release-sources.jar
Binary file not shown.
Binary file modified libs/Inspection-release.aar
Binary file not shown.
Binary file modified libs/RobotCore-release-sources.jar
Binary file not shown.
Binary file modified libs/RobotCore-release.aar
Binary file not shown.
Binary file added libs/tensorflow-lite-0.0.0-nightly.aar
Binary file not shown.
Binary file added libs/tfod-release.aar
Binary file not shown.

0 comments on commit 1df2792

Please sign in to comment.