Skip to content

Commit a280f79

Browse files
remove redundant comment in module level build.gradle file
1 parent 368701e commit a280f79

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

app/build.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -249,9 +249,6 @@ android {
249249
}
250250

251251
configurations.all {
252-
// resolutionStrategy {
253-
// force 'androidx.annotation:annotation:1.1.0', 'com.jakewharton.timber:timber:4.7.1', 'androidx.fragment:fragment:1.3.6'
254-
// }
255252
resolutionStrategy.force 'androidx.annotation:annotation:1.1.0'
256253
resolutionStrategy.force 'com.jakewharton.timber:timber:4.7.1'
257254
resolutionStrategy.force 'androidx.fragment:fragment:1.3.6'

0 commit comments

Comments
 (0)