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
4ef0b502
authored
Mar 26, 2020
by
pye52
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新第三方库版本
parent
0a7c1cea
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
13 deletions
+15
-13
app/build.gradle
+13
-11
build.gradle
+2
-2
No files found.
app/build.gradle
View file @
4ef0b502
...
...
@@ -111,6 +111,12 @@ android {
dependencies
{
implementation
fileTree
(
dir:
'libs'
,
include:
[
'*.jar'
])
def
room_version
=
"2.2.5"
implementation
"androidx.room:room-runtime:$room_version"
annotationProcessor
"androidx.room:room-compiler:$room_version"
def
lifecycle_version
=
"2.2.0"
implementation
"androidx.lifecycle:lifecycle-extensions:$lifecycle_version"
implementation
"androidx.lifecycle:lifecycle-common-java8:$lifecycle_version"
implementation
'androidx.appcompat:appcompat:1.1.0'
implementation
'androidx.constraintlayout:constraintlayout:1.1.3'
testImplementation
'junit:junit:4.13'
...
...
@@ -118,17 +124,13 @@ dependencies {
androidTestImplementation
'androidx.test.espresso:espresso-core:3.2.0'
implementation
"org.java-websocket:Java-WebSocket:1.4.0"
implementation
'com.blankj:utilcodex:1.26.0'
implementation
'com.squareup.okhttp3:okhttp:4.3.1'
implementation
'com.squareup.okhttp3:logging-interceptor:4.3.1'
implementation
'com.squareup.retrofit2:retrofit:2.7.1'
implementation
'com.squareup.retrofit2:converter-gson:2.7.1'
implementation
'com.squareup.retrofit2:converter-scalars:2.7.1'
def
okhttp_version
=
"4.3.1"
implementation
"com.squareup.okhttp3:okhttp:$okhttp_version"
implementation
"com.squareup.okhttp3:logging-interceptor:$okhttp_version"
def
retrofit_version
=
"2.7.1"
implementation
"com.squareup.retrofit2:retrofit:$retrofit_version"
implementation
"com.squareup.retrofit2:converter-gson:$retrofit_version"
implementation
"com.squareup.retrofit2:converter-scalars:$retrofit_version"
implementation
'com.google.code.gson:gson:2.8.6'
def
room_version
=
"2.2.4"
implementation
"androidx.room:room-runtime:$room_version"
annotationProcessor
"androidx.room:room-compiler:$room_version"
def
lifecycle_version
=
"2.2.0"
implementation
"androidx.lifecycle:lifecycle-extensions:$lifecycle_version"
implementation
"androidx.lifecycle:lifecycle-common-java8:$lifecycle_version"
implementation
'com.liulishuo.filedownloader:library:1.7.7'
}
build.gradle
View file @
4ef0b502
...
...
@@ -25,8 +25,8 @@ allprojects {
task
clean
(
type:
Delete
)
{
delete
rootProject
.
buildDir
Task
appPreBuildTask
;
Task
daemonBuildTask
;
Task
appPreBuildTask
Task
daemonBuildTask
subprojects
.
forEach
{
project
->
if
(
project
.
name
==
"app"
)
{
...
...
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