File tree 3 files changed +10
-2
lines changed
3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 7066
7066
<sha256 value="3a0f9c8efc14958a85a13864823f94042738d6017bd9eb8fbc61f71174ccd81f" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
7067
7067
</artifact>
7068
7068
</component>
7069
+ <component group="com.squareup.retrofit2" name="retrofit" version="3.0.0">
7070
+ <artifact name="retrofit-3.0.0.jar">
7071
+ <sha256 value="69c6a2d3451b6df9549a93fab744094ebf07a4b0ce4f453d6c8f575ef0fec9a1" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
7072
+ </artifact>
7073
+ <artifact name="retrofit-3.0.0.module">
7074
+ <sha256 value="3de52829b898215534e86eda268da449ffcbf95b18703da529d99883277484f7" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
7075
+ </artifact>
7076
+ </component>
7069
7077
<component group="com.sun.activation" name="all" version="1.2.0">
7070
7078
<artifact name="all-1.2.0.pom">
7071
7079
<sha256 value="1d8518e3ac7532a104e4f7be77def37c982e530723c6bdb3d67708cce2b0c2c4" origin="Generated by Gradle"/>
Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ dependencies {
131
131
132
132
implementation ' commons-io:commons-io:2.19.0'
133
133
134
- implementation ' com.squareup.retrofit2:retrofit:2.12 .0'
134
+ implementation ' com.squareup.retrofit2:retrofit:3.0 .0'
135
135
implementation ' com.squareup.okhttp3:okhttp:4.12.0'
136
136
137
137
spotbugsPlugins ' com.h3xstream.findsecbugs:findsecbugs-plugin:1.14.0'
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ dependencies {
43
43
implementation ' androidx.appcompat:appcompat:1.7.0'
44
44
implementation ' com.google.android.material:material:1.12.0'
45
45
implementation ' androidx.constraintlayout:constraintlayout:2.2.1'
46
- implementation ' com.squareup.retrofit2:retrofit:2.12 .0'
46
+ implementation ' com.squareup.retrofit2:retrofit:3.0 .0'
47
47
48
48
testImplementation ' junit:junit:4.13.2'
49
49
You can’t perform that action at this time.
0 commit comments