Skip to content

Commit 0879b47

Browse files
authored
Merge pull request #506 from FIRST-Tech-Challenge/20221201-150726-release-candidate
FtcRobotController v8.1.1
2 parents 501c7c0 + 3383440 commit 0879b47

File tree

3 files changed

+20
-10
lines changed

3 files changed

+20
-10
lines changed

FtcRobotController/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
xmlns:tools="http://schemas.android.com/tools"
4-
android:versionCode="48"
5-
android:versionName="8.1">
4+
android:versionCode="49"
5+
android:versionName="8.1.1">
66

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

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,16 @@ The readme.md file located in the [/TeamCode/src/main/java/org/firstinspires/ftc
5454

5555
# Release Information
5656

57+
## Version 8.1.1 (20221201-150726)
58+
59+
This is a bug fix only release to address the following four issues.
60+
61+
* [Issue #495](https://github.com/FIRST-Tech-Challenge/FtcRobotController/issues/495) - Can't create new blocks opmodes.
62+
* [Issue #492](https://github.com/FIRST-Tech-Challenge/FtcRobotController/issues/492) - Remove the final modifier from the OpMode's Telemetry object.
63+
* [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
64+
* Updating either the Robot Controller app or the Driver Station app to 8.1.1 or later will fix this issue.
65+
* The Modern Robotics touch sensor was configurable as a Digital Device. It can only be used as an Analog Device.
66+
5767
## Version 8.1 (20221121-115119)
5868

5969
### Breaking Changes

build.dependencies.gradle

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ repositories {
77
}
88

99
dependencies {
10-
implementation 'org.firstinspires.ftc:Inspection:8.1.0'
11-
implementation 'org.firstinspires.ftc:Blocks:8.1.0'
12-
implementation 'org.firstinspires.ftc:Tfod:8.1.0'
13-
implementation 'org.firstinspires.ftc:RobotCore:8.1.0'
14-
implementation 'org.firstinspires.ftc:RobotServer:8.1.0'
15-
implementation 'org.firstinspires.ftc:OnBotJava:8.1.0'
16-
implementation 'org.firstinspires.ftc:Hardware:8.1.0'
17-
implementation 'org.firstinspires.ftc:FtcCommon:8.1.0'
10+
implementation 'org.firstinspires.ftc:Inspection:8.1.1'
11+
implementation 'org.firstinspires.ftc:Blocks:8.1.1'
12+
implementation 'org.firstinspires.ftc:Tfod:8.1.1'
13+
implementation 'org.firstinspires.ftc:RobotCore:8.1.1'
14+
implementation 'org.firstinspires.ftc:RobotServer:8.1.1'
15+
implementation 'org.firstinspires.ftc:OnBotJava:8.1.1'
16+
implementation 'org.firstinspires.ftc:Hardware:8.1.1'
17+
implementation 'org.firstinspires.ftc:FtcCommon:8.1.1'
1818
implementation 'org.tensorflow:tensorflow-lite-task-vision:0.2.0'
1919
implementation 'androidx.appcompat:appcompat:1.2.0'
2020
implementation 'org.firstinspires.ftc:gameAssets-PowerPlay:1.0.0'

0 commit comments

Comments
 (0)