mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-22 09:25:49 +03:00
Bump retrofit_version from 2.6.2 to 2.9.0
Bumps `retrofit_version` from 2.6.2 to 2.9.0. Updates `retrofit` from 2.6.2 to 2.9.0 - [Release notes](https://github.com/square/retrofit/releases) - [Changelog](https://github.com/square/retrofit/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/retrofit/compare/parent-2.6.2...2.9.0) Updates `converter-moshi` from 2.6.2 to 2.9.0 - [Release notes](https://github.com/square/retrofit/releases) - [Changelog](https://github.com/square/retrofit/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/retrofit/compare/parent-2.6.2...2.9.0) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
e50d2f7809
commit
bfa84e092c
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ dependencies {
|
|||
def markwon_version = '3.1.0'
|
||||
def daggerVersion = '2.32'
|
||||
def work_version = '2.4.0'
|
||||
def retrofit_version = '2.6.2'
|
||||
def retrofit_version = '2.9.0'
|
||||
|
||||
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
|
||||
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:$kotlin_coroutines_version"
|
||||
|
|
Loading…
Reference in a new issue