We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f17d365 + 182ff38 commit 06a2b8eCopy full SHA for 06a2b8e
1 file changed
swapi-sdk/build.gradle
@@ -96,7 +96,7 @@ dependencies {
96
api "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
97
api "org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutines_version"
98
99
- api "com.squareup.okhttp3:okhttp:4.7.2"
+ api "com.squareup.okhttp3:okhttp:4.9.1"
100
implementation "com.squareup.moshi:moshi:$moshi_version"
101
kapt "com.squareup.moshi:moshi-kotlin-codegen:$moshi_version"
102
implementation "com.squareup.retrofit2:retrofit:$retrofit_version"
0 commit comments