Skip to content

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

@ManuelTS

Description

@ManuelTS

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')
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions