Skip to content

Commit 35a9e6a

Browse files
committed
fixed some wrong code reference
1 parent 6f59201 commit 35a9e6a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ If you want to generate typings of a package but you are not sure how you can ge
7070

7171
```groovy
7272
dependencies {
73-
implementation 'org.apache.bcel:bcel:6.2'
74-
implementation 'commons-io:commons-io:2.6'
75-
implementation 'com.google.code.findbugs:findbugs:3.0.1'
73+
compile 'org.apache.bcel:bcel:6.2'
74+
compile 'commons-io:commons-io:2.6'
75+
compile 'com.google.code.findbugs:findbugs:3.0.1'
7676
7777
// add your dependency bellow
7878
testCompileOnly "com.android.support:support-v4:27.0.1"

0 commit comments

Comments
 (0)