mirror of
https://github.com/nextcloud/notes-android.git
synced 2024-11-21 20:35:58 +03:00
Merge pull request #2097 from nextcloud/renovate/com.squareup.retrofit2-retrofit-2.x
fix(deps): update dependency com.squareup.retrofit2:retrofit to v2.11.0
This commit is contained in:
commit
9c793065e4
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ dependencies {
|
|||
annotationProcessor "androidx.room:room-compiler:${roomVersion}"
|
||||
|
||||
// Retrofit
|
||||
implementation 'com.squareup.retrofit2:retrofit:2.10.0'
|
||||
implementation 'com.squareup.retrofit2:retrofit:2.11.0'
|
||||
|
||||
// Gson
|
||||
implementation 'com.google.code.gson:gson:2.10.1'
|
||||
|
|
Loading…
Reference in a new issue