File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ apply plugin: 'org.neotech.plugin.rootcoverage'
26
26
buildscript {
27
27
dependencies {
28
28
// Step 1: add the dependency
29
- classpath 'org.neotech.plugin:android-root-coverage-plugin:1.2.0 '
29
+ classpath 'org.neotech.plugin:android-root-coverage-plugin:1.2.1 '
30
30
}
31
31
}
32
32
```
@@ -60,7 +60,7 @@ Android Studio using the Gradle Tool Window (see:
60
60
# Compatibility
61
61
| Version | Android Gradle plugin version | Gradle version |
62
62
| ------------- | ----------------------------- | -------------- |
63
- | ** 1.2.0 ** | 3.5 | 5.4.1-5.6.4 |
63
+ | ** 1.2.1 ** | 3.5 | 5.4.1-5.6.4 |
64
64
| ** 1.1.2** | 3.4 | 5.1.1+ |
65
65
| ** 1.1.1** | 3.3 | 4.10.1+ |
66
66
| ~~ ** 1.1.0** ~~ | ~~ 3.3~~ | ~~ 5+~~ |
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ org.gradle.jvmargs=-Xmx1536m
19
19
# PACKAGING=jar
20
20
21
21
GROUP =org.neotech.plugin
22
- VERSION =1.2.0
22
+ VERSION =1.2.1
23
23
DESCRIPTION =A Gradle plugin for easy generation of combined code coverage reports for Android projects with multiple modules.
24
24
25
25
PROJECT_WEBSITE =https://github.com/NeoTech-Software/android-root-coverage-plugin
You can’t perform that action at this time.
0 commit comments