Skip to content

Commit

Permalink
Update com.google.code.gson dependecy (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebasrock authored Oct 7, 2022
1 parent 5bee577 commit 49c1ebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ ext {
kotlinCoroutines = 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.2'
kotlinCoroutinesRxInterop = 'org.jetbrains.kotlinx:kotlinx-coroutines-reactive:1.3.2'

gson = 'com.google.code.gson:gson:2.8.5'
gson = 'com.google.code.gson:gson:2.8.9'
okio = 'com.squareup.okio:okio:1.13.0'
}

0 comments on commit 49c1ebb

Please sign in to comment.