Skip to content

Commit

Permalink
Added an Application object to be able to get access to the Assets fo…
Browse files Browse the repository at this point in the history
…lder.
  • Loading branch information
scottarush committed Dec 11, 2020
1 parent 660cf2d commit ce6f362
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion TeamCode/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,8 @@
<manifest
package="org.firstinspires.ftc.teamcode"
xmlns:android="http://schemas.android.com/apk/res/android">
<application/>
<application
android:name=".util.AppContextUtility"
/>

</manifest>

0 comments on commit ce6f362

Please sign in to comment.