I'm having problems with transitive dependencies since upgrading to 0.9.+
and 0.5.1. Is anyone having the same issue? I had solved this temporally by
re-adding the dependencies, something like this:
Dependencies on .aar artifact:
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar', '*.aar'])
compile ('com.android.support:support-v4:19.0.1')
compile ('no.sysco:syscoabslibrary:4.1.2')
compile ('no.sysco:syscodrawerlibrary:1.2')
}
Dependencies on other library project:
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar', '*.aar'])
compile ('no.sysco:syscobasecontainer:1.3')
compile ('no.sysco:syscotouchgallery:1.2')
compile ('no.sysco:syscoabslibrary:4.1.2') // <- this one is a
transitive dependencies and is duplicated.
compile ('no.sysco:syscodrawerlibrary:1.2') // <- this one is a
transitive dependencies and is duplicated.
compile ('com.google.android.gms:play-services:4.2.42')
}
If I don't duplicate the dependencies, it won't compile.
--
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.