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

Add androidx suppport. #691

Merged
merged 3 commits into from
Jul 24, 2019
Merged

Add androidx suppport. #691

merged 3 commits into from
Jul 24, 2019

Commits on Jun 18, 2019

  1. Add androidx suppport.

    - Replace `android.support.annotation.Nullable` with 
    `androidx.annotation.Nullable` import.
    - Thanks to @maieonbrix hard work finding this fix. 
    (itinance#686 (comment))
    jgreen01su committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    3d9bcbc View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2019

  1. Remove @Nullable annotation.

    - This removes the dependency on `android.support` and `androidx`. 
    Side-stepping the need to make a major change to the project to support 
    both libraries.
    jgreen01su committed Jun 21, 2019
    Configuration menu
    Copy the full SHA
    627fab0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from jgreen01su/bugfix/remove-nullable-annotation

    Remove `@Nullable` annotation.
    jgreen01su authored Jun 21, 2019
    Configuration menu
    Copy the full SHA
    7fa1d8d View commit details
    Browse the repository at this point in the history