Skip to content

Commit

Permalink
Merge pull request #506 from FIRST-Tech-Challenge/20221201-150726-rel…
Browse files Browse the repository at this point in the history
…ease-candidate

FtcRobotController v8.1.1
  • Loading branch information
CalKestis committed Dec 2, 2022
2 parents 501c7c0 + 3383440 commit 0879b47
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 10 deletions.
4 changes: 2 additions & 2 deletions FtcRobotController/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:versionCode="48"
android:versionName="8.1">
android:versionCode="49"
android:versionName="8.1.1">

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

Expand Down
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,16 @@ The readme.md file located in the [/TeamCode/src/main/java/org/firstinspires/ftc

# Release Information

## Version 8.1.1 (20221201-150726)

This is a bug fix only release to address the following four issues.

* [Issue #495](https://github.com/FIRST-Tech-Challenge/FtcRobotController/issues/495) - Can't create new blocks opmodes.
* [Issue #492](https://github.com/FIRST-Tech-Challenge/FtcRobotController/issues/492) - Remove the final modifier from the OpMode's Telemetry object.
* [Issue #500](https://github.com/FIRST-Tech-Challenge/FtcRobotController/issues/500) - Some devices cannot be configured when the Driver Station app has been updated to 8.1
* Updating either the Robot Controller app or the Driver Station app to 8.1.1 or later will fix this issue.
* The Modern Robotics touch sensor was configurable as a Digital Device. It can only be used as an Analog Device.

## Version 8.1 (20221121-115119)

### Breaking Changes
Expand Down
16 changes: 8 additions & 8 deletions build.dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ repositories {
}

dependencies {
implementation 'org.firstinspires.ftc:Inspection:8.1.0'
implementation 'org.firstinspires.ftc:Blocks:8.1.0'
implementation 'org.firstinspires.ftc:Tfod:8.1.0'
implementation 'org.firstinspires.ftc:RobotCore:8.1.0'
implementation 'org.firstinspires.ftc:RobotServer:8.1.0'
implementation 'org.firstinspires.ftc:OnBotJava:8.1.0'
implementation 'org.firstinspires.ftc:Hardware:8.1.0'
implementation 'org.firstinspires.ftc:FtcCommon:8.1.0'
implementation 'org.firstinspires.ftc:Inspection:8.1.1'
implementation 'org.firstinspires.ftc:Blocks:8.1.1'
implementation 'org.firstinspires.ftc:Tfod:8.1.1'
implementation 'org.firstinspires.ftc:RobotCore:8.1.1'
implementation 'org.firstinspires.ftc:RobotServer:8.1.1'
implementation 'org.firstinspires.ftc:OnBotJava:8.1.1'
implementation 'org.firstinspires.ftc:Hardware:8.1.1'
implementation 'org.firstinspires.ftc:FtcCommon:8.1.1'
implementation 'org.tensorflow:tensorflow-lite-task-vision:0.2.0'
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'org.firstinspires.ftc:gameAssets-PowerPlay:1.0.0'
Expand Down

0 comments on commit 0879b47

Please sign in to comment.