Skip to content

Commit d4b588c

Browse files
committed
Edit README
1 parent e2f8f38 commit d4b588c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,11 @@ It converts Detekt and Lint reports to compatible with [Gitlab Code Quality](htt
1010
1) Add dependency
1111
```
1212
buildscript {
13-
1413
repositories {
1514
...
16-
maven {
17-
url 'https://dl.bintray.com/1117847002272/CodeQuality-Android'
18-
}
15+
jcenter()
1916
}
17+
2018
dependencies {
2119
...
2220
classpath 'ru.mobileup:code-quality-android:1.0.0'

0 commit comments

Comments
 (0)