Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
石璀亮
/
agenew_a16_sos
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit ed730052
authored
Apr 20, 2019
by
cuiliang.shi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
okhttp 网络优化
1 parent
05da71ce
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
app/build.gradle
app/src/main/java/com/agenew/location_server/application/BirdService.java
app/build.gradle
View file @
ed73005
...
...
@@ -23,6 +23,10 @@ android {
outputFileName
=
"LocationServer.apk"
}
}
compileOptions
{
sourceCompatibility
JavaVersion
.
VERSION_1_8
targetCompatibility
JavaVersion
.
VERSION_1_8
}
}
dependencies
{
...
...
@@ -34,6 +38,8 @@ dependencies {
androidTestImplementation
'com.android.support.test.espresso:espresso-core:3.0.2'
implementation
'com.amap.api:location:4.5.1'
implementation
'com.amap.api:map2d:5.2.0'
implementation
(
"com.squareup.okhttp3:okhttp:3.14.1"
)
implementation
'com.google.code.gson:gson:2.8.2'
}
app/src/main/java/com/agenew/location_server/application/BirdService.java
View file @
ed73005
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
Attach a file
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 post a comment