Skip to content

Commit 87f126f

Browse files
committed
Removed custom repository from setup (plugin is now on jCenter)
1 parent b9520ab commit 87f126f

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

README.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,15 @@ Generating code coverage reports for Android Projects that make use of the Gradl
77
- Supports custom filters.
88

99
# Setup
10-
Apply the Android-Root-Coverage-Plugin plugin to your top-level (root project) gradle file following these 3 steps:
10+
Apply the Android-Root-Coverage-Plugin plugin to your top-level (root project) gradle file following these 2 steps:
1111

1212
```
13-
// Step 3: Apply the plugin to the top-level gradle file
13+
// Step 2: Apply the plugin to the top-level gradle file
1414
apply plugin: 'org.neotech.plugin.rootcoverage'
1515
1616
buildscript {
17-
repositories {
18-
// Step 1: add the repository
19-
// This plugin is not yet available on Maven Central, so currently it is needed to add the following repository:
20-
maven {
21-
url "http://dl.bintray.com/rolf-smit/maven"
22-
}
23-
}
2417
dependencies {
25-
// Step 2: add the dependency
18+
// Step 1: add the dependency
2619
classpath 'org.neotech.plugin:android-root-coverage-plugin:0.0.1-dev'
2720
}
2821
}

0 commit comments

Comments
 (0)