We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f59201 commit 35a9e6aCopy full SHA for 35a9e6a
README.md
@@ -70,9 +70,9 @@ If you want to generate typings of a package but you are not sure how you can ge
70
71
```groovy
72
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'
+ compile 'org.apache.bcel:bcel:6.2'
+ compile 'commons-io:commons-io:2.6'
+ compile 'com.google.code.findbugs:findbugs:3.0.1'
76
77
// add your dependency bellow
78
testCompileOnly "com.android.support:support-v4:27.0.1"
0 commit comments