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

Fix Android unlink regression #221

Merged
merged 4 commits into from
Mar 12, 2019
Merged

Fix Android unlink regression #221

merged 4 commits into from
Mar 12, 2019

Commits on Mar 11, 2019

  1. Configuration menu
    Copy the full SHA
    876ca29 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3166cd8 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2019

  1. Extract dependency regex string to own function

    With this approach we have one source of truth for both the regex and
    the dependency types.
    matei-radu committed Mar 12, 2019
    Configuration menu
    Copy the full SHA
    95230e0 View commit details
    Browse the repository at this point in the history
  2. Rename dependency types to dependency configs

    The Gradle documentation calls "configurations" what we have been
    referring to as "types".
    matei-radu committed Mar 12, 2019
    Configuration menu
    Copy the full SHA
    19de471 View commit details
    Browse the repository at this point in the history