Skip to content

Commit dac4e07

Browse files
fix(deps): update dependency com.squareup.retrofit2:retrofit to v3
1 parent 1c205d2 commit dac4e07

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ dependencies {
136136
annotationProcessor "androidx.room:room-compiler:${roomVersion}"
137137

138138
// Retrofit
139-
implementation 'com.squareup.retrofit2:retrofit:2.12.0'
139+
implementation 'com.squareup.retrofit2:retrofit:3.0.0'
140140

141141
// Gson
142142
implementation 'com.google.code.gson:gson:2.13.1'

gradle/verification-metadata.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7868,6 +7868,14 @@
78687868
<sha256 value="3a0f9c8efc14958a85a13864823f94042738d6017bd9eb8fbc61f71174ccd81f" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
78697869
</artifact>
78707870
</component>
7871+
<component group="com.squareup.retrofit2" name="retrofit" version="3.0.0">
7872+
<artifact name="retrofit-3.0.0.jar">
7873+
<sha256 value="69c6a2d3451b6df9549a93fab744094ebf07a4b0ce4f453d6c8f575ef0fec9a1" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
7874+
</artifact>
7875+
<artifact name="retrofit-3.0.0.module">
7876+
<sha256 value="3de52829b898215534e86eda268da449ffcbf95b18703da529d99883277484f7" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
7877+
</artifact>
7878+
</component>
78717879
<component group="com.sun.activation" name="all" version="1.2.0">
78727880
<artifact name="all-1.2.0.pom">
78737881
<sha256 value="1d8518e3ac7532a104e4f7be77def37c982e530723c6bdb3d67708cce2b0c2c4" origin="Generated by Gradle"/>

0 commit comments

Comments
 (0)