This repository has been archived by the owner on Feb 6, 2024. It is now read-only.
Upgrade app to target and compile level 31 #210
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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