Hey guys,
Lint is such a nice tool. One of the things it does it tells me that "A
newer version of com.android.support:support-v4 than 13.0.+ is available:
x". However, this check seems to be dependent on the format of the
dependency declaration in the build.gradle file:
dependencies {
compile "com.android.support:support-v4:13.0.+" //yields lint warning
compile spec.external.androidSupport //dependency via some custom object
- no warning :(
}
I assume that lint parses the build script and it does not really use the
Gradle model (tooling api, etc.). Hence, lint does not support all kinds of
ways of configuring dependencies in the build script. Can you confirm?
(btw. I'm not complaining - I'm just curious. Lint is very useful!).
Cheers!
--
You received this message because you are subscribed to the Google Groups
"adt-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.