File tree Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Original file line number Diff line number Diff 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
1414apply plugin: 'org.neotech.plugin.rootcoverage'
1515
1616buildscript {
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}
You can’t perform that action at this time.
0 commit comments