Skip to content

Commit c32ac71

Browse files
Bump com.squareup.retrofit2:retrofit from 2.11.0 to 3.0.0 (#40)
Bumps [com.squareup.retrofit2:retrofit](https://github.com/square/retrofit) from 2.11.0 to 3.0.0. - [Release notes](https://github.com/square/retrofit/releases) - [Changelog](https://github.com/square/retrofit/blob/trunk/CHANGELOG.md) - [Commits](square/retrofit@2.11.0...3.0.0) --- updated-dependencies: - dependency-name: com.squareup.retrofit2:retrofit dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Suraj J Pai <[email protected]>
1 parent 74bc1c1 commit c32ac71

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
@@ -99,6 +99,6 @@ dependencies {
9999
implementation(libs.material)
100100
implementation(libs.okhttp)
101101
implementation(libs.kotlinx.serialization.json)
102-
implementation 'com.squareup.retrofit2:retrofit:2.11.0'
102+
implementation 'com.squareup.retrofit2:retrofit:3.0.0'
103103
implementation 'com.squareup.retrofit2:converter-gson:3.0.0'
104104
}

0 commit comments

Comments
 (0)