Skip to content

Commit

Permalink
android: migrate to AndroidX
Browse files Browse the repository at this point in the history
  • Loading branch information
saghul committed Jul 8, 2020
1 parent c4076ef commit 9e627e0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import java.nio.charset.Charset;

import android.support.annotation.Nullable;
import androidx.annotation.Nullable;
import android.util.Base64;

import com.facebook.react.bridge.Arguments;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import java.util.Map;
import java.util.UUID;

import android.support.annotation.Nullable;
import androidx.annotation.Nullable;
import android.util.Base64;
import android.util.Log;
import android.util.SparseArray;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package com.oney.WebRTCModule;

import android.support.annotation.Nullable;
import androidx.annotation.Nullable;
import android.util.Log;
import android.util.SparseArray;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import android.content.Context;
import android.graphics.Color;
import android.graphics.Point;
import android.support.v4.view.ViewCompat;
import androidx.core.view.ViewCompat;
import android.view.View;
import android.view.ViewGroup;
import android.util.Log;
Expand Down

0 comments on commit 9e627e0

Please sign in to comment.