Skip to content

Commit

Permalink
日常提交:2022-11-04.
Browse files Browse the repository at this point in the history
Signed-off-by: 王朋飞 <walgr1010>
  • Loading branch information
王朋飞 committed Nov 4, 2022
1 parent 4d3d41e commit 076473f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Quick/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ dependencies {
//列表
implementation deps.androidx.recyclerview

implementation 'com.google.code.gson:gson:2.9.0'
implementation 'com.google.code.gson:gson:2.10'

if (IS_REMOTE.toBoolean()) {
api deps.quickbind.bind
Expand Down
2 changes: 1 addition & 1 deletion QuickBind/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dependencies {
//Glide
implementation 'com.github.bumptech.glide:glide:4.14.2'
//GSON
implementation 'com.google.code.gson:gson:2.9.0'
implementation 'com.google.code.gson:gson:2.10'

if (IS_REMOTE.toBoolean()) {
api deps.quickbind.runtime
Expand Down
2 changes: 1 addition & 1 deletion QuickNetwork/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies {
//retrofit2-okhttp-gson
implementation 'com.squareup.retrofit2:retrofit:2.9.0'
implementation 'com.squareup.okhttp3:okhttp:4.10.0'
implementation 'com.google.code.gson:gson:2.9.0'
implementation 'com.google.code.gson:gson:2.10'

if (IS_REMOTE.toBoolean()) {
api deps.quickbind.util
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ dependencies {
//retrofit2-okhttp-gson
implementation 'com.squareup.retrofit2:retrofit:2.9.0'
implementation 'com.squareup.okhttp3:okhttp:4.10.0'
implementation 'com.google.code.gson:gson:2.9.0'
implementation 'com.google.code.gson:gson:2.10'

//Sp存储
implementation 'androidx.preference:preference-ktx:1.2.0'
Expand Down

0 comments on commit 076473f

Please sign in to comment.