Skip to content

Commit

Permalink
gson upgraded
Browse files Browse the repository at this point in the history
  • Loading branch information
aslamanver committed Jan 12, 2022
1 parent 63acbce commit 4cffc67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ dependencies {
implementation 'com.android.support:design:28.0.0'
implementation 'com.android.support:appcompat-v7:28.0.0'

implementation 'com.google.code.gson:gson:2.2.4'
implementation 'com.google.code.gson:gson:2.8.9'
implementation project(path: ':retrofitlite')
}
2 changes: 1 addition & 1 deletion retrofitlite/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ dependencies {
androidTestImplementation 'com.android.support.test:runner:0.5'
androidTestImplementation 'com.android.support.test:rules:0.5'

implementation 'com.google.code.gson:gson:2.2.4'
implementation 'com.google.code.gson:gson:2.8.9'
implementation 'com.squareup.retrofit2:retrofit:2.5.0'
implementation 'com.squareup.retrofit2:converter-gson:2.3.0'
implementation 'com.squareup.okhttp3:logging-interceptor:3.5.0'
Expand Down

0 comments on commit 4cffc67

Please sign in to comment.