This scope represents the dependencies that are added to the project as
provided:
dependencies {
provided '...'
}
The only reason to use this is to request it in the referenced scope if
your transform needs to see all the classes (for instance proguard does
this). You should not transform this scope.
On Wed, Sep 30, 2015 at 9:14 AM, Ariel Cattan <[email protected]> wrote:
> Hey guys,
>
> In the Transform API introduced in the Android Plugin version 1.4.0-beta2,
> one of the scopes is called "PROVIDED_ONLY", but I didn't manage to
> understand what this scope represents. I would appreciate a short
> explanation.
>
> Thanks!
> Ariel
>
> --
> 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.
>
--
Xavier Ducrohet
Android SDK Tech Lead
Google Inc.
http://developer.android.com | http://tools.android.com
Please do not send me questions directly. Thanks!
--
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.