Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
android_goodmoney
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
android
android_goodmoney
Commits
fb6a6753
Commit
fb6a6753
authored
Jan 07, 2021
by
jyx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
依赖回退
parent
712b7968
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
build.gradle
GoodMoney/app/build.gradle
+4
-4
No files found.
GoodMoney/app/build.gradle
View file @
fb6a6753
...
...
@@ -132,9 +132,9 @@ android {
dependencies
{
implementation
fileTree
(
include:
[
'*.jar'
],
dir:
'libs'
)
implementation
'androidx.appcompat:appcompat:1.2.0'
implementation
'androidx.constraintlayout:constraintlayout:
2.0.4
'
implementation
'androidx.recyclerview:recyclerview:1.
1
.0'
implementation
'com.google.android.material:material:1.
2.1
'
implementation
'androidx.constraintlayout:constraintlayout:
1.1.3
'
implementation
'androidx.recyclerview:recyclerview:1.
0
.0'
implementation
'com.google.android.material:material:1.
0.0
'
// 网络请求
implementation
'com.squareup.retrofit2:retrofit:2.7.1'
...
...
@@ -185,7 +185,7 @@ dependencies {
// 工具类
// gson
implementation
'com.google.code.gson:gson:2.8.
6
'
implementation
'com.google.code.gson:gson:2.8.
1
'
// BASE64Decoder
// implementation files('libs/sun.misc.BASE64Decoder.jar')
...
...
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