Skip to content
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

Enable using the Google Design library (and alike) with "library add" command #140

Closed
valentinstoychev opened this issue Jul 3, 2015 · 2 comments

Comments

@valentinstoychev
Copy link

Recently Google announced the Google Design library availability. The problem is that it is distributed in a format which is not supported by our library add command.

It has a dependency on the three things:

  1. It has resources inside the sdk folders
  2. It depends on the AppCompat library
  3. It depends on the Support SDK v7.

What should be the changes required in the runtime and in CLI in order this type of libraries to be added without manual steps?

@slavchev
Copy link

slavchev commented Jul 7, 2015

I did a small project and it seems only the CLI should be changed. So far, I didn't see any need to change the runtime or metadata generator.

@atanasovg
Copy link
Contributor

With the new Gradle build system in 1.3, this should be available.

@atanasovg atanasovg added this to the 1.3.0 milestone Sep 12, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants