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

final

parent a7ed69bb
......@@ -4,7 +4,7 @@ android {
compileSdkVersion 28
defaultConfig {
applicationId "com.example.zxa01.iotclient"
minSdkVersion 28
minSdkVersion 26
targetSdkVersion 28
versionCode 1
versionName "1.0"
......
......@@ -6,7 +6,7 @@ public class DefaultData {
private static DefaultData defaultData = new DefaultData();
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 cloudPort = "8081";
......
......@@ -64,7 +64,7 @@
android:layout_weight="1"
android:text='@{@string/privacy_version+" "+viewModel.privacyPolicyReport.version}'
android:textAlignment="textEnd" />
</LinearLayout>
</LinearLayout>
<TextView
android:id="@+id/textViewDescription"
......
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