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

Ready the source for SDK API level 31+ #6

@MrCsabaToth

Description

@MrCsabaToth

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions