-
Notifications
You must be signed in to change notification settings - Fork 28.6k
[local_auth]: The targetSdk version should not be declared in the android manifest file. #78541
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
Comments
@ProblematicDude |
Here it is
|
Thanks for reporting this. I think the Source: Other plugin, such as flutter doctor -v
|
Yes, ik that. I reported , because i don't like red lines on the terminal ^_^ |
Issue is reproducible in latest stable and master channels of Flutter, with the plugin version Logs
On checking the AndroidManifest.xml of the local_auth_android plugin, AndroidManifest.xml (local_auth_android)<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="io.flutter.plugins.localauth">
<uses-sdk android:targetSdkVersion="29"/>
<uses-permission android:name="android.permission.USE_FINGERPRINT" />
</manifest>
|
This was fixed in flutter/packages#3748 |
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of |
Steps to Reproduce
1.Sync project with gradle files
My local auth version
local_auth 1.1.0
Expected results:
No warnings
Actual results:
Logs
The text was updated successfully, but these errors were encountered: