-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
fix(gradle): Support classifier and extension #3995
Conversation
|
Is it possible to add a test for this case? Should fail on master but pass here. |
Yes, I'll add a test for this! |
@rarkins I added a test! Could you please review this? |
@rarkins Is there any chance to get this reviewed? I had added a test case for this already. |
/cc @corecanarias |
I really want the fix for Crashlytics: https://fabric.io/kits/android/crashlytics/install compile('com.crashlytics.sdk.android:crashlytics:2.10.1@aar') Without the change, even though updates will be detected, the replacement is removing the |
🎉 This PR is included in version 18.22.4 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Thanks @rarkins! |
It appears that the regular expression does not support extension only forms such as |
Try to port patrikerdes/gradle-use-latest-versions-plugin#13 and patrikerdes/gradle-use-latest-versions-plugin#22.
Details: https://docs.gradle.org/current/dsl/org.gradle.api.artifacts.dsl.DependencyHandler.html#N17198