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

AAR usage of "compile" in README is deprecated #124

Open
ManuelTS opened this issue Jul 14, 2020 · 0 comments
Open

AAR usage of "compile" in README is deprecated #124

ManuelTS opened this issue Jul 14, 2020 · 0 comments

Comments

@ManuelTS
Copy link

The usage of an .aar file in Android can now be archived with a creation of an libs directory in your app directory and then used as an dependency in your app/build.gradle as follows:

dependencies {
  // other dependencies...
  // Color picker one:
  implementation files('libs/color_picker_lib_filename.aar')
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant