-
Notifications
You must be signed in to change notification settings - Fork 198
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
when added to gradle it put a MAX SDK #2
Comments
maxSdkVersion should be removed, is there any reason for this?! |
|
I understood, the question is: all my devices when i add this library remove the READ/WRITE external storage permission, so i cant give it to the device (Apps -> MyApp -> Permissions) it disappear from the list |
Actually that right. |
You can also use manifest merger options to force your app to overrule library's flags: https://developer.android.com/studio/build/manifest-merge.html |
but when this library is added at my app gradle the manifest became this:
maxSdkVersion added by FaceDetector
the maxSdkVersion is not necessary for me, since most of all my users use sdk 19+
The text was updated successfully, but these errors were encountered: