Skip to content

Commit a629756

Browse files
committed
Retain siva's comment about disabling force = true
1 parent 6266160 commit a629756

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/build.gradle

+2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ dependencies {
2121
implementation 'in.yuvi:http.fluent:1.3'
2222
implementation 'com.google.code.gson:gson:2.8.5'
2323
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
2426
//force = true //API 19 support
2527
}
2628
implementation 'com.squareup.okio:okio:2.2.2'

0 commit comments

Comments
 (0)