FtcRobotController v8.0

This commit is contained in:
Cal Kestis
2022-09-07 13:59:24 -07:00
parent aba72e566c
commit e0282fcbd3
24 changed files with 819 additions and 423 deletions

View File

@ -1,15 +1,14 @@
<?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="45"
android:versionName="7.2">
android:versionCode="47"
android:versionName="8.0">
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
<application
android:allowBackup="true"
android:largeHeap="true"
android:extractNativeLibs="true"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:theme="@style/AppThemeRedRC"