mirror of
https://github.com/nextcloud/notes-android.git
synced 2024-12-18 08:32:24 +03:00
fix(deps): update dependency com.google.code.gson:gson to v2.11.0
This commit is contained in:
parent
5344b34527
commit
44c085d5d7
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ dependencies {
|
|||
implementation 'com.squareup.retrofit2:retrofit:2.11.0'
|
||||
|
||||
// Gson
|
||||
implementation 'com.google.code.gson:gson:2.10.1'
|
||||
implementation 'com.google.code.gson:gson:2.11.0'
|
||||
|
||||
// ReactiveX
|
||||
implementation 'io.reactivex.rxjava2:rxjava:2.2.21'
|
||||
|
|
Loading…
Reference in a new issue