Skip to content

Commit 4c6c745

Browse files
authored
Release 1.3.0 (#22)
This release officially adds support for Android Gradle Plugin version 3.6.x and therefore raises the minimum Gradle version to 5.6.4. No other changes are included in this release.
1 parent 3e30afd commit 4c6c745

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 3 additions & 2 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.2.1'
29+
classpath 'org.neotech.plugin:android-root-coverage-plugin:1.3.0'
3030
}
3131
}
3232
```
@@ -60,7 +60,8 @@ Android Studio using the Gradle Tool Window (see:
6060
# Compatibility
6161
| Version | Android Gradle plugin version | Gradle version |
6262
| ------------- | ----------------------------- | -------------- |
63-
| **1.2.1** | 3.5 | 5.4.1-5.6.4 |
63+
| **1.3.0** | 3.6 | 5.6.4+ |
64+
| **1.2.1** | 3.5 | 5.4.1+ |
6465
| **1.1.2** | 3.4 | 5.1.1+ |
6566
| **1.1.1** | 3.3 | 4.10.1+ |
6667
| ~~**1.1.0**~~ | ~~3.3~~ | ~~5+~~ |

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.2.1
22+
VERSION=1.3.0
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)