Skip to content

Commit

Permalink
Merge pull request #12 from SimonErm/feature/addAndroidXSupport
Browse files Browse the repository at this point in the history
Add AndroidX instead of support library
  • Loading branch information
VGamezz19 authored Sep 13, 2019
2 parents 49d1814 + 6a8a9b6 commit 028dc31
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
package com.reactlibrary;

import android.graphics.Color;
import android.support.annotation.NonNull;
import androidx.annotation.NonNull;
import android.view.View;

import com.facebook.infer.annotation.Assertions;
Expand Down

0 comments on commit 028dc31

Please sign in to comment.