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

Specify targetApi to prevent warning on usesPermissionFlags #767

Merged
merged 1 commit into from Nov 10, 2021

Conversation

nrbrook
Copy link
Contributor

@nrbrook nrbrook commented Nov 4, 2021

No description provided.

Copy link
Owner

@dariuszseweryn dariuszseweryn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@dariuszseweryn dariuszseweryn merged commit 9403986 into dariuszseweryn:master Nov 10, 2021
@nrbrook
Copy link
Contributor Author

nrbrook commented Nov 11, 2021

@dariuszseweryn Are you able to do a release with this fix as the problem prevents using 1.13 if you are not targetting API 31 (which some of our downstream developers aren't)

@dariuszseweryn
Copy link
Owner

👍

@dariuszseweryn
Copy link
Owner

1.13.1 should be available on maven shortly

@Maverick25
Copy link

Are you guys sure this is a fix? It still does not work for devices targetting sdk 30 and lower.
Still get:
ERROR:/MyApp/app/build/intermediates/packaged_manifests/debug/AndroidManifest.xml:58: AAPT: error: attribute android:usesPermissionFlags not found.

@tolot27
Copy link

tolot27 commented Nov 29, 2021

If you set the compileSdkVersion to 31 it should compile. You can still target just SDK 30 or lower using targetSdkVersion.

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.

None yet

4 participants