Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update build and Android dependencies/targets #2

Merged
merged 6 commits into from
Oct 8, 2024

Conversation

jpelgrom
Copy link
Collaborator

@jpelgrom jpelgrom commented Sep 28, 2024

Updates the build (Gradle etc) and Android dependencies to the latest versions and targets, so a modern dev environment can be used to work on the project. Updating target independently from dependencies will create lint errors preventing a build. Functionally, this results in minor changes to handle the updated Bluetooth permission model.

 - Updates the build (Gradle etc) and Android dependencies to the latest versions, so a modern dev environment can be used to work on the project. No functional changes.
@jpelgrom jpelgrom changed the title Update build and Android dependencies Update build and Android dependencies/targets Sep 30, 2024
 - Ignore the lint error ' If your app requires access to FINE location, on Android 12 and higher you must now request both FINE and COARSE. Users will have the option to grant only COARSE location. Ensure your app can work with just COARSE location.', as we only request this permission on Android 11 and below
@jpelgrom jpelgrom merged commit b640b76 into improv-wifi:main Oct 8, 2024
1 check passed
@jpelgrom jpelgrom deleted the 2024-build-android-update branch October 8, 2024 18:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants