Skip to content

Commit

Permalink
Switch from support library to androidx.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dallas62 committed May 21, 2020
1 parent 70b7e7c commit 278c9ae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
import android.os.Handler;
import android.os.Looper;
import android.util.Log;
import android.support.annotation.NonNull;

import com.dieam.reactnativepushnotification.modules.RNReceivedMessageHandler;
import com.facebook.react.ReactApplication;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import android.os.Handler;
import android.os.Looper;
import android.util.Log;
import android.support.annotation.NonNull;
import androidx.annotation.NonNull;

import com.dieam.reactnativepushnotification.helpers.ApplicationBadgeHelper;
import com.facebook.react.ReactApplication;
Expand Down

0 comments on commit 278c9ae

Please sign in to comment.