Skip to content

Commit c0221f8

Browse files
committed
Updated to RN .43
1 parent 8df8c95 commit c0221f8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ apply plugin: 'com.android.library'
1717

1818
android {
1919
compileSdkVersion 23
20-
buildToolsVersion "23.0.1"
20+
buildToolsVersion "25.0.0"
2121

2222
defaultConfig {
2323
minSdkVersion 16

android/src/main/java/com/futurepress/staticserver/FPStaticServerModule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
import java.net.NetworkInterface;
1414
import java.net.SocketException;
1515
import java.util.Enumeration;
16-
16+
import java.net.ServerSocket;
1717

1818
import android.util.Log;
1919

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
{
33
"name": "react-native-static-server",
4-
"version": "0.1.5",
4+
"version": "0.1.6",
55
"repository": "https://github.com/futurepress/react-native-static-server",
66
"description": "HTTP static file server for React Native",
77
"main": "index.js",
@@ -14,6 +14,6 @@
1414
"author": "[email protected]",
1515
"license": "MIT",
1616
"peerDependencies": {
17-
"react-native": "^0.40.0"
17+
"react-native": "^0.43.2"
1818
}
1919
}

0 commit comments

Comments
 (0)