Skip to content

Commit 77a7545

Browse files
authored
Release 1.1.1 (#10)
The minimum supported Gradle version is now 4.10.1, which makes it equal to the minimum supported version that is supported by the Android Gradle plugin version 3.3.0.
1 parent a2ccee6 commit 77a7545

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ apply plugin: 'org.neotech.plugin.rootcoverage'
2626
buildscript {
2727
dependencies {
2828
// 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'
3030
}
3131
}
3232
```
@@ -58,12 +58,14 @@ https://www.jetbrains.com/help/idea/jetgradle-tool-window.html) or from the term
5858

5959

6060
# 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:*
6769
https://developer.android.com/studio/releases/gradle-plugin#updating-gradle
6870

6971
# Configuration

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ org.gradle.jvmargs=-Xmx1536m
1919
#PACKAGING=jar
2020

2121
GROUP=org.neotech.plugin
22-
VERSION=1.1.0
22+
VERSION=1.1.1
2323
DESCRIPTION=A Gradle plugin for easy generation of combined code coverage reports for Android projects with multiple modules.
2424

2525
PROJECT_WEBSITE=https://github.com/NeoTech-Software/android-root-coverage-plugin
@@ -34,4 +34,4 @@ LICENCE_DIST=repo
3434

3535
DEVELOPER_ID=rolf-smit
3636
DEVELOPER_NAME=Rolf Smit
37-
DEVELOPER_EMAIL=[email protected]
37+
DEVELOPER_EMAIL=[email protected]

0 commit comments

Comments
 (0)