Skip to content

Commit 426d198

Browse files
Gradle wants us to use 'implementation' instead of 'compile' these days
1 parent 2cf9659 commit 426d198

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
dependencies {
2-
compile 'com.squareup.okhttp3:okhttp:3.12.1'
2+
implementation 'com.squareup.okhttp3:okhttp:3.12.1'
33
}

0 commit comments

Comments
 (0)