We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6266160 commit a629756Copy full SHA for a629756
app/build.gradle
@@ -21,6 +21,8 @@ dependencies {
21
implementation 'in.yuvi:http.fluent:1.3'
22
implementation 'com.google.code.gson:gson:2.8.5'
23
implementation ("com.squareup.okhttp3:okhttp:$OKHTTP_VERSION!!"){
24
+ // Forcing dependency versions using force = true on a first-level dependency has been deprecated.
25
+ // Ref: https://docs.gradle.org/7.5/userguide/upgrading_version_5.html#forced_dependencies
26
//force = true //API 19 support
27
}
28
implementation 'com.squareup.okio:okio:2.2.2'
0 commit comments