FtcRobotController v7.2

This commit is contained in:
Cal Kestis
2022-07-23 13:50:42 +09:00
parent e945da24e6
commit fe758edbd4
44 changed files with 619 additions and 1479 deletions

View File

@ -15,6 +15,10 @@
apply from: '../build.common.gradle'
apply from: '../build.dependencies.gradle'
android {
namespace = 'org.firstinspires.ftc.teamcode'
}
dependencies {
implementation project(':FtcRobotController')
annotationProcessor files('lib/OpModeAnnotationProcessor.jar')

View File

@ -6,7 +6,6 @@
<!-- The package name here determines the package for your R class and your BuildConfig class -->
<manifest
package="org.firstinspires.ftc.teamcode"
xmlns:android="http://schemas.android.com/apk/res/android">
<application/>
</manifest>