Commit fb6a6753 authored by jyx's avatar jyx

依赖回退

parent 712b7968
...@@ -132,9 +132,9 @@ android { ...@@ -132,9 +132,9 @@ android {
dependencies { dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs') implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'androidx.appcompat:appcompat:1.2.0' implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'androidx.constraintlayout:constraintlayout:2.0.4' implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
implementation 'androidx.recyclerview:recyclerview:1.1.0' implementation 'androidx.recyclerview:recyclerview:1.0.0'
implementation 'com.google.android.material:material:1.2.1' implementation 'com.google.android.material:material:1.0.0'
// 网络请求 // 网络请求
implementation 'com.squareup.retrofit2:retrofit:2.7.1' implementation 'com.squareup.retrofit2:retrofit:2.7.1'
...@@ -185,7 +185,7 @@ dependencies { ...@@ -185,7 +185,7 @@ dependencies {
// 工具类 // 工具类
// gson // gson
implementation 'com.google.code.gson:gson:2.8.6' implementation 'com.google.code.gson:gson:2.8.1'
// BASE64Decoder // BASE64Decoder
// implementation files('libs/sun.misc.BASE64Decoder.jar') // implementation files('libs/sun.misc.BASE64Decoder.jar')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment