Skip to content

Commit 70cd756

Browse files
fix(deps): update dependency com.google.code.gson:gson to v2.13.1
1 parent 3200c0f commit 70cd756

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ dependencies {
130130
implementation 'com.squareup.retrofit2:retrofit:2.11.0'
131131

132132
// Gson
133-
implementation 'com.google.code.gson:gson:2.13.0'
133+
implementation 'com.google.code.gson:gson:2.13.1'
134134

135135
// ReactiveX
136136
implementation 'io.reactivex.rxjava2:rxjava:2.2.21'

0 commit comments

Comments
 (0)