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

[Question]: Does permission handler still support older phones ? sdk < 29 #1432

Open
3 of 5 tasks
c-w-1 opened this issue Jan 28, 2025 · 0 comments
Open
3 of 5 tasks

Comments

@c-w-1
Copy link

c-w-1 commented Jan 28, 2025

Please check the following before submitting a new issue.

Please select for which platform(s) you need help

  • Android
  • iOS
  • Windows

Your question

The TL;DR version is:

Add the following to your "gradle.properties" file:
android.useAndroidX=true
android.enableJetifier=true
Make sure you set the compileSdkVersion in your "android/app/build.gradle" file to 33:
android {
compileSdkVersion 33
...
}

Version

permission_handler: ^11.3.1

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

No branches or pull requests

1 participant