Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
huangzhicong
/
SmartCanteen
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
39542941
authored
Dec 16, 2020
by
pye52
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新第三方库最新版本
parent
7215066e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
7 deletions
+7
-7
app/build.gradle
+1
-1
build.gradle
+1
-1
daemon/build.gradle
+5
-5
No files found.
app/build.gradle
View file @
39542941
...
...
@@ -112,7 +112,7 @@ dependencies {
androidTestImplementation
'androidx.test.ext:junit:1.1.2'
androidTestImplementation
'androidx.test.espresso:espresso-core:3.3.0'
implementation
"org.java-websocket:Java-WebSocket:1.5.1"
implementation
'com.blankj:utilcodex:1.
29.0
'
implementation
'com.blankj:utilcodex:1.
30.5
'
def
okhttp_version
=
"4.9.0"
implementation
"com.squareup.okhttp3:okhttp:$okhttp_version"
implementation
"com.squareup.okhttp3:logging-interceptor:$okhttp_version"
...
...
build.gradle
View file @
39542941
...
...
@@ -9,7 +9,7 @@ buildscript {
jcenter
()
}
dependencies
{
classpath
'com.android.tools.build:gradle:4.1.
0
'
classpath
'com.android.tools.build:gradle:4.1.
1
'
}
}
...
...
daemon/build.gradle
View file @
39542941
...
...
@@ -95,11 +95,11 @@ dependencies {
def
lifecycle_version
=
"2.2.0"
implementation
"androidx.lifecycle:lifecycle-extensions:$lifecycle_version"
implementation
'androidx.appcompat:appcompat:1.
1
.0'
testImplementation
'junit:junit:4.13'
androidTestImplementation
'androidx.test.ext:junit:1.1.
1
'
androidTestImplementation
'androidx.test.espresso:espresso-core:3.
2
.0'
implementation
'com.blankj:utilcodex:1.
29.0
'
implementation
'androidx.appcompat:appcompat:1.
2
.0'
testImplementation
'junit:junit:4.13
.1
'
androidTestImplementation
'androidx.test.ext:junit:1.1.
2
'
androidTestImplementation
'androidx.test.espresso:espresso-core:3.
3
.0'
implementation
'com.blankj:utilcodex:1.
30.5
'
}
repositories
{
mavenCentral
()
...
...
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