File tree Expand file tree Collapse file tree 2 files changed +11
-9
lines changed Expand file tree Collapse file tree 2 files changed +11
-9
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.1.0 '
29
+ classpath 'org.neotech.plugin:android-root-coverage-plugin:1.1.1 '
30
30
}
31
31
}
32
32
```
@@ -58,12 +58,14 @@ https://www.jetbrains.com/help/idea/jetgradle-tool-window.html) or from the term
58
58
59
59
60
60
# Compatibility
61
- | Version | Android Gradle plugin version | Gradle version |
62
- | --------- | ----------------------------- | -------------- |
63
- | ** 1.1.0** | 3.3 | 5+ |
64
- | ** 1.0.2** | 3.2 | 4.6+ |
65
-
66
- * Note: The Android Gradle Plugin requires a minimum Gradle version, for more information please refer to:*
61
+ | Version | Android Gradle plugin version | Gradle version |
62
+ | ------------- | ----------------------------- | -------------- |
63
+ | ** 1.1.1** | 3.3 | 4.10.1+ |
64
+ | ~~ ** 1.1.0** ~~ | ~~ 3.3~~ | ~~ 5+~~ |
65
+ | ** 1.0.2** | 3.2 | 4.6+ |
66
+
67
+ * Note: This plugin normally supports exactly the same Gradle versions as the Android Gradle
68
+ plugin, for more information please refer to:*
67
69
https://developer.android.com/studio/releases/gradle-plugin#updating-gradle
68
70
69
71
# Configuration
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.1.0
22
+ VERSION =1.1.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
@@ -34,4 +34,4 @@ LICENCE_DIST=repo
34
34
35
35
DEVELOPER_ID =rolf-smit
36
36
DEVELOPER_NAME =Rolf Smit
37
-
37
+
You can’t perform that action at this time.
0 commit comments