This PR updates the target and compile level to 31.
Notes
This PR does the absolute minimum on this. There are still quite a few linting warnings and other errors, which I've investigated and ultimately determined could be separated out into issue #209. Other than updating the target and compile SDK version numbers, version code, and version name, this PR also updates the import for the AndroidWorkManager, as this changed with the update to 31, and adds the option to share approximate, rather than precise, location, as required by the update.
Testing Instructions
Follow instructions from README to set up the project
Set the build variant to "debug" and add two new emulators to run SDK versions 21 and version 31
Select one of your new emulators from the dropdown and click "debug" in the top righthand corner of Android Studio
Allow the app to launch and then click around, paying attention to the logs in the "debug" window (found in the bottom lefthand corner of the screen)
Make sure that everything works as expected and that the only errors are those described in issue #209
Overview
This PR updates the target and compile level to 31.
Notes
This PR does the absolute minimum on this. There are still quite a few linting warnings and other errors, which I've investigated and ultimately determined could be separated out into issue #209. Other than updating the target and compile SDK version numbers, version code, and version name, this PR also updates the import for the AndroidWorkManager, as this changed with the update to 31, and adds the option to share approximate, rather than precise, location, as required by the update.
Testing Instructions
README
to set up the projectCloses #201