Skip to content

Commit b5f230a

Browse files
authored
Release 1.1.2 (#14)
Official support for Android Gradle Plugin 3.4 and Gradle 5.5.
1 parent fe88546 commit b5f230a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 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.1'
29+
classpath 'org.neotech.plugin:android-root-coverage-plugin:1.1.2'
3030
}
3131
}
3232
```
@@ -60,7 +60,7 @@ https://www.jetbrains.com/help/idea/jetgradle-tool-window.html) or from the term
6060
# Compatibility
6161
| Version | Android Gradle plugin version | Gradle version |
6262
| ------------- | ----------------------------- | -------------- |
63-
| **develop** | 3.4 | 5.1.1+ |
63+
| **1.1.2** | 3.4 | 5.1.1+ |
6464
| **1.1.1** | 3.3 | 4.10.1+ |
6565
| ~~**1.1.0**~~ | ~~3.3~~ | ~~5+~~ |
6666
| **1.0.2** | 3.2 | 4.6+ |
@@ -110,7 +110,7 @@ projects. But if you like to add some actually functionality, this is the wish l
110110

111111
**How to test your changes/additions?**
112112
The plugin comes with an integration test. You can run this test either by executing
113-
`gradlew clean test` or run the test directly from Android Studio using a proper run/test
113+
`gradlew clean test` or run the test directly from Android Studio (or IntelliJ IDEA) using a proper run/test
114114
configuration as shown in the image *(by default it generates configuration that is not compatible
115115
with a plugin module)*:
116116
![Correct run/test configuration](correct-test-run-configuration.png)

gradle.properties

Lines changed: 1 addition & 1 deletion
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.1
22+
VERSION=1.1.2
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

0 commit comments

Comments
 (0)