azavea / cac-tripplanner-android

GoPhillyGo Android app
https://gophillygo.org
Apache License 2.0
3 stars 3 forks source link

Upgrade app to target and compile level 31 #210

Closed ktohalloran closed 1 year ago

ktohalloran commented 1 year ago

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

Closes #201