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

Commit

Permalink
v3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ftctechnh committed Sep 6, 2017
1 parent 3f199d5 commit 9f1e829
Show file tree
Hide file tree
Showing 14 changed files with 12 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FtcRobotController/src/main/AndroidManifest.xml
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="23"
android:versionName="3.3">
android:versionCode="24"
android:versionName="3.4">

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

Expand Down
10 changes: 10 additions & 0 deletions README.md
Expand Up @@ -47,6 +47,16 @@ For technical questions regarding the SDK, please visit the FTC Technology forum
# Release Information
**************************************************************************************

Version 3.4 (built on 17.09.06)

Changes with verion 3.4 include:
* Added telemetry.update() statement for BlankLinearOpMode template.
* Renamed sample Block op modes to be more consistent with Java samples.
* Added some additional sample Block op modes.
* Reworded OnBot Java readme slightly.

**************************************************************************************

Version 3.3 (built on 17.09.04)

This version of the software includes improves for the FTC Blocks Programming Tool and the OnBot Java Programming Tool.
Expand Down
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.

0 comments on commit 9f1e829

Please sign in to comment.