Skip to content

Commit 675b84e

Browse files
authored
Fix: README to show latest stable version (1.7.0) (#89)
1 parent 49c47aa commit 675b84e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ following methods:
2929
```groovy
3030
// Below buildscript {}
3131
plugins {
32-
id "nl.neotech.plugin.rootcoverage" version "1.6.0"
32+
id "nl.neotech.plugin.rootcoverage" version "1.7.0"
3333
}
3434
```
3535
</details>
@@ -42,7 +42,7 @@ following methods:
4242
4343
buildscript {
4444
dependencies {
45-
classpath 'nl.neotech.plugin:android-root-coverage-plugin:1.6.0'
45+
classpath 'nl.neotech.plugin:android-root-coverage-plugin:1.7.0'
4646
}
4747
}
4848
```

0 commit comments

Comments
 (0)