We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Version 2.0.1 automatically pull in appcompat-v7:27.1.0 as transitive dependency.
appcompat-v7:27.1.0
Temporary override - force a version of your own choice:
configurations.all { resolutionStrategy.eachDependency { DependencyResolveDetails details -> def requested = details.requested if (requested.group == 'com.android.support') { if (!requested.name.startsWith("multidex")) { details.useVersion "27.0.2" } } } }
This will be fixed in next release.
The text was updated successfully, but these errors were encountered:
Will take effect in 2.0.2+.
Sorry, something went wrong.
consp1racy
No branches or pull requests
Version 2.0.1 automatically pull in
appcompat-v7:27.1.0
as transitive dependency.Temporary override - force a version of your own choice:
This will be fixed in next release.
The text was updated successfully, but these errors were encountered: