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

Force Android minimum SDK to 29 #731

Closed
wants to merge 1 commit into from
Closed

Force Android minimum SDK to 29 #731

wants to merge 1 commit into from

Conversation

mikeskydev
Copy link
Member

Need to check Q1 build APK for correctness. May need to add compile version as well.

@mikeskydev mikeskydev requested a review from mikeage June 25, 2024 13:03
@mikeage
Copy link
Member

mikeage commented Jun 25, 2024

What does this solve?

I was expecting just a "remove" line for the PHONE privilege

@mikeskydev
Copy link
Member Author

the root issue appears to be that there's no minimum, which causes the absolutely ancient permission in question to be added by default. doing this should (hopefully) mean that never happens, and prevents any other older implicit permissions leaking into the manifest

@mikeskydev
Copy link
Member Author

Didn't work, probably a unity bug. we'll go with the remove technique

@mikeskydev mikeskydev closed this Jun 25, 2024
@mikeskydev mikeskydev deleted the fix/min-sdk branch June 25, 2024 14:31
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