Skip to content

Commit

Permalink
Bump to use AndroidX
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-griffin authored and phillbaker committed Apr 4, 2020
1 parent 6a3b1bc commit 6e48b34
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion android/src/main/java/com/peel/react/TcpSocketManager.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package com.peel.react;

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

import com.koushikdutta.async.AsyncNetworkSocket;
Expand Down
2 changes: 1 addition & 1 deletion android/src/main/java/com/peel/react/TcpSockets.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

package com.peel.react;

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

import com.facebook.common.logging.FLog;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"homepage": "https://github.com/aprock/react-native-tcp",
"peerDependencies": {
"react-native": ">=0.40.0"
"react-native": ">=0.60.0"
},
"dependencies": {
"base64-js": "0.0.8",
Expand Down

0 comments on commit 6e48b34

Please sign in to comment.