Skip to content

Fix dependencies #277

Closed
Closed
@krisorr

Description

We have compile time dependencies in the buy/build.gradle file that should be moved to the sample application to reduce the number of transitive dependencies we have introduce to users.

compile 'com.android.support:design:23.4.0'
compile 'com.android.support:support-v4:23.4.0'
compile 'com.android.support:appcompat-v7:23.4.0'
compile 'com.android.support:palette-v7:23.4.0'
compile 'com.android.support:customtabs:23.4.0'

Are all candidates for moving to our sample app build.gradle.

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions