You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Please check the following before submitting a new issue.
Please select for which platform(s) you need help
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
The text was updated successfully, but these errors were encountered: