Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Ready the source for SDK API level 31+ #6

Open
MrCsabaToth opened this issue Jun 3, 2022 · 1 comment · May be fixed by #13
Open

Ready the source for SDK API level 31+ #6

MrCsabaToth opened this issue Jun 3, 2022 · 1 comment · May be fixed by #13
Assignees

Comments

@MrCsabaToth
Copy link

MrCsabaToth commented Jun 3, 2022

Currently the source compiles against and targets API SDK level 30. Android Studio warns that SDK level 31 is already available. The main challenge is that API level 31 requires android.permission.ACCESS_COARSE_LOCATION next to android.permission.ACCESS_FINE_LOCATION, and the permission request logic has two stages as well: first testing against the coarse and then the fine. It's pretty easy to actualize Gradle version numbers and other package version numbers.

@devbridie devbridie self-assigned this Jun 3, 2022
@MrCsabaToth MrCsabaToth changed the title Ready the source for SDK API level 31 Ready the source for SDK API level 31+ Nov 10, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants