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
Is there a way to lower the minimum sdk requirement. I am getting this error:
uses-sdk:minSdkVersion 16 cannot be smaller than version 23 declared in library [:call_log] /Users/mbasa/Development/AndroidStudioProjects/flutter_todai_survey/build/call_log/intermediates/manifests/full/debug/AndroidManifest.xml as the library might be using APIs not available in 16
The text was updated successfully, but these errors were encountered:
This will be published as version 2.0.0 along with migration to androidx from deprecated android.support packages. However we have not tested it on a real device with API level 16. It should be ok as per android documentation.
If you find any problems with level 16 devices, please feel free to fill issue or PR. Thanks.
Is there a way to lower the minimum sdk requirement. I am getting this error:
uses-sdk:minSdkVersion 16 cannot be smaller than version 23 declared in library [:call_log] /Users/mbasa/Development/AndroidStudioProjects/flutter_todai_survey/build/call_log/intermediates/manifests/full/debug/AndroidManifest.xml as the library might be using APIs not available in 16
The text was updated successfully, but these errors were encountered: