Skip to content

Commit 75cf40f

Browse files
committed
fix for DHCP import
1 parent 95aec59 commit 75cf40f

4 files changed

Lines changed: 4 additions & 3 deletions

File tree

Examples/Example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"dependencies": {
1010
"react": "16.3.1",
1111
"react-native": "0.55.4",
12-
"react-native-android-wifi": "0.0.31"
12+
"react-native-android-wifi": "0.0.34"
1313
},
1414
"devDependencies": {
1515
"babel-jest": "23.0.1",

Examples/ExampleAPI25/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"dependencies": {
1010
"react": "16.3.1",
1111
"react-native": "0.55.4",
12-
"react-native-android-wifi": "0.0.31"
12+
"react-native-android-wifi": "0.0.34"
1313
},
1414
"devDependencies": {
1515
"babel-jest": "23.0.1",

android/src/main/java/com/devstepbcn/wifi/AndroidWifiModule.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
import android.widget.Toast;
3131
import java.util.List;
3232
import java.lang.Thread;
33+
import android.net.DhcpInfo;
3334

3435
import org.json.JSONArray;
3536
import org.json.JSONException;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-android-wifi",
3-
"version": "0.0.33",
3+
"version": "0.0.34",
44
"description": "A react-native implementation for viewing and connecting to Wifi networks on Android devices.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)