Commit 9db1b605 authored by DESKTOP-NFGF3PG\zxa01's avatar DESKTOP-NFGF3PG\zxa01

final

parent a7ed69bb
...@@ -4,7 +4,7 @@ android { ...@@ -4,7 +4,7 @@ android {
compileSdkVersion 28 compileSdkVersion 28
defaultConfig { defaultConfig {
applicationId "com.example.zxa01.iotclient" applicationId "com.example.zxa01.iotclient"
minSdkVersion 28 minSdkVersion 26
targetSdkVersion 28 targetSdkVersion 28
versionCode 1 versionCode 1
versionName "1.0" versionName "1.0"
......
...@@ -6,7 +6,7 @@ public class DefaultData { ...@@ -6,7 +6,7 @@ public class DefaultData {
private static DefaultData defaultData = new DefaultData(); private static DefaultData defaultData = new DefaultData();
private LoginMessage loginMessage; private LoginMessage loginMessage;
public String address = "http://192.168.2.90"; public String address = "http://192.168.2.114";
public String gatewayPort= "8080"; public String gatewayPort= "8080";
public String cloudPort = "8081"; public String cloudPort = "8081";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment