-
Notifications
You must be signed in to change notification settings - Fork 201
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
Plugin suggests older version #789
Comments
Can you provide a minimal example build? When I try, I get a correct result: The following dependencies have later milestone versions:
- androidx.core:core-ktx [1.10.1 -> 1.12.0-alpha05]
https://developer.android.com/jetpack/androidx/releases/core#1.12.0-alpha05 |
Hi @ben-manes, I have a similar issue.
here is the configuration for
I have removed the configuration and get the same result. the plugin version I use is |
can you provide a minimal project that reproduces the problem? As shown above, I wasn't able to reproduce it in a plain java project. However, #798 showed that the Android plugin did something very strange by forcing a resolution constraint. If that's the case then I don't know what they are doing and it would most likely be a bug in their plugin. |
sounds like #798 since you're showing Android with okhttp. If you don't apply the android plugin then it resolves, which means their plugin is doing something incorrect to break Gradle (like an overly broad resolution strategy that restricts version queries). If you confirm it works with the |
Hey, while testing the plugin I found an odd behaviour related to version parsing.
The plugin suggested the following change;
From version 1.10.1 --> 1.2.0
androidx-core-ktx = "androidx.core:core-ktx:1.2.0"
However, 1.10.1 is the most recent version.
Could you please take a look? thanks
The text was updated successfully, but these errors were encountered: