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
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
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
app/src/main/res/layout/activity_privacy.xml
app/src/main/res/layout/activity_privacy.xml
+1
-1
No files found.
app/build.gradle
View file @
9db1b605
...
...
@@ -4,7 +4,7 @@ android {
compileSdkVersion
28
defaultConfig
{
applicationId
"com.example.zxa01.iotclient"
minSdkVersion
2
8
minSdkVersion
2
6
targetSdkVersion
28
versionCode
1
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 {
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"
;
...
...
app/src/main/res/layout/activity_privacy.xml
View file @
9db1b605
...
...
@@ -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"
...
...
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