Skip to content

Commit 030407e

Browse files
committed
Update version codes and stock mode for 8.0
1 parent 34fdf9b commit 030407e

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

FtcRobotController/build.gradle

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -59,29 +59,29 @@ dependencies {
5959
* appcompat-v7 package too. So, we have to specifically exclude
6060
* it from *every* single FTC lib. Sigh.
6161
*/
62-
stockApi ('org.firstinspires.ftc:Inspection:7.2.0') {
62+
stockApi ('org.firstinspires.ftc:Inspection:8.0.0') {
6363
exclude group: 'com.android.support', module: 'appcompat-v7'
6464
}
65-
stockApi ('org.firstinspires.ftc:Blocks:7.2.0') {
65+
stockApi ('org.firstinspires.ftc:Blocks:8.0.0') {
6666
exclude group: 'com.android.support', module: 'appcompat-v7'
6767
}
68-
stockApi ('org.firstinspires.ftc:RobotCore:7.2.0') {
68+
stockApi ('org.firstinspires.ftc:RobotCore:8.0.0') {
6969
exclude group: 'com.android.support', module: 'appcompat-v7'
7070
}
71-
stockApi ('org.firstinspires.ftc:RobotServer:7.2.0') {
71+
stockApi ('org.firstinspires.ftc:RobotServer:8.0.0') {
7272
exclude group: 'com.android.support', module: 'appcompat-v7'
7373
}
74-
stockApi ('org.firstinspires.ftc:OnBotJava:7.2.0') {
74+
stockApi ('org.firstinspires.ftc:OnBotJava:8.0.0') {
7575
exclude group: 'com.android.support', module: 'appcompat-v7'
7676
}
77-
stockApi ('org.firstinspires.ftc:Hardware:7.2.0') {
77+
stockApi ('org.firstinspires.ftc:Hardware:8.0.0') {
7878
exclude group: 'com.android.support', module: 'appcompat-v7'
7979
}
80-
stockApi ('org.firstinspires.ftc:FtcCommon:7.2.0') {
80+
stockApi ('org.firstinspires.ftc:FtcCommon:8.0.0') {
8181
exclude group: 'com.android.support', module: 'appcompat-v7'
8282
}
8383

84-
stockApi 'org.firstinspires.ftc:gameAssets-FreightFrenzy:1.0.0'
84+
stockApi 'org.firstinspires.ftc:gameAssets-PowerPlay:1.0.0'
8585
/*
8686
* External
8787
*/
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<resources>
3-
<string name="version_name_for_manifest">OpenRC 7.2A</string>
3+
<string name="version_name_for_manifest">OpenRC 8.0A</string>
44
<string name="app_name">OpenRC</string>
55
</resources>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<resources>
3-
<string name="version_name_for_manifest">7.2</string>
3+
<string name="version_name_for_manifest">8.0</string>
44
<string name="app_name">FTC Robot Controller</string>
55
<string name="openrc_variant">Stock</string>
66
</resources>

0 commit comments

Comments
 (0)