FreeOfCharge2022-23/TeamCode/src/main/AndroidManifest.xml
Nathan Wang cfafe34339 initial commit
\
2021-10-19 17:53:06 -05:00

13 lines
539 B
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- Note: the actual manifest file used in your APK merges this file with contributions
from the modules on which your app depends (such as FtcRobotController, etc).
So it won't ultimately be as empty as it might here appear to be :-) -->
<!-- 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>