To install PestoFTC as a dependency for your FTC Codebase:
- Download the .aar file of a PestoFTC release, or download it from the main branch at PestoCore/build/outputs/aar/PestoCore-release.aar
- Paste the .aar file in the libs folder of your FTC Codebase
- Add this line: implementation files('../libs/PestoCore-release.aar')... to your build.gradle of the TeamCode module inside the depencencies { ... } block
