Skip to content

Commit

Permalink
upgrade gson
Browse files Browse the repository at this point in the history
  • Loading branch information
gfx committed Oct 28, 2018
1 parent d740568 commit 548551b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ dependencies {
exclude group: 'androidx.core', module: 'core'
exclude group: 'androidx.annotation', module: 'annotation'
}
compileOnly 'com.google.code.gson:gson:2.8.2'
compileOnly 'com.google.code.gson:gson:2.8.5'

testAnnotationProcessor project(':processor')
testImplementation project(':encryption')
Expand All @@ -65,7 +65,7 @@ dependencies {
testImplementation 'androidx.test:runner:1.1.0'
testImplementation 'androidx.test.ext:junit:1.0.0'
testImplementation 'org.hamcrest:hamcrest-library:1.3'
testImplementation 'com.google.code.gson:gson:2.8.2'
testImplementation 'com.google.code.gson:gson:2.8.5'
testImplementation "androidx.recyclerview:recyclerview:${ANDROIDX_RECYCLERVIEW_VERSION}"
testImplementation 'io.reactivex.rxjava2:rxjava:2.2.2'
testImplementation 'io.reactivex.rxjava2:rxandroid:2.1.0'
Expand All @@ -76,7 +76,7 @@ dependencies {
androidTestImplementation 'androidx.test:runner:1.1.0'
androidTestImplementation 'androidx.test.ext:junit:1.0.0'
androidTestImplementation 'org.hamcrest:hamcrest-library:1.3'
androidTestImplementation 'com.google.code.gson:gson:2.8.2'
androidTestImplementation 'com.google.code.gson:gson:2.8.5'
androidTestImplementation "androidx.recyclerview:recyclerview:${ANDROIDX_RECYCLERVIEW_VERSION}"
androidTestImplementation 'io.reactivex.rxjava2:rxjava:2.2.2'
androidTestImplementation 'io.reactivex.rxjava2:rxandroid:2.1.0'
Expand Down

0 comments on commit 548551b

Please sign in to comment.