@@ -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 */
0 commit comments