Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
IOTClient
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lola
IOTClient
Commits
9db1b605
Commit
9db1b605
authored
Jun 11, 2019
by
DESKTOP-NFGF3PG\zxa01
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
final
parent
a7ed69bb
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
app/build.gradle
app/build.gradle
+1
-1
app/src/main/java/com/example/zxa01/iotclient/common/singleton/DefaultData.java
...example/zxa01/iotclient/common/singleton/DefaultData.java
+1
-1
No files found.
app/build.gradle
View file @
9db1b605
...
@@ -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
2
8
minSdkVersion
2
6
targetSdkVersion
28
targetSdkVersion
28
versionCode
1
versionCode
1
versionName
"1.0"
versionName
"1.0"
...
...
app/src/main/java/com/example/zxa01/iotclient/common/singleton/DefaultData.java
View file @
9db1b605
...
@@ -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"
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment