Skip to content

Commit

Permalink
Release 1.8.0 (#98)
Browse files Browse the repository at this point in the history
- New: support for configuration cache
- Based on Android Gradle Plugin 8.3 API
- Compatible with Gradle version 8.4+
  • Loading branch information
Rolf-Smit authored Apr 11, 2024
1 parent dedcb55 commit 112af45
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
32 changes: 16 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ following methods:
```groovy
// Below buildscript {}
plugins {
id "nl.neotech.plugin.rootcoverage" version "1.7.1"
id "nl.neotech.plugin.rootcoverage" version "1.8.0"
}
```
</details>
Expand All @@ -42,7 +42,7 @@ following methods:
buildscript {
dependencies {
classpath 'nl.neotech.plugin:android-root-coverage-plugin:1.7.1'
classpath 'nl.neotech.plugin:android-root-coverage-plugin:1.8.0'
}
}
```
Expand Down Expand Up @@ -137,20 +137,20 @@ rootCoverage {


# 4. Compatibility
| Version | [Android Gradle plugin version](https://developer.android.com/studio/releases/gradle-plugin#updating-gradle) | Gradle version |
|--------------------|--------------------------------------------------------------------------------------------------------------|-------------------|
| **1.8.0-SNAPSHOT** | 8.3.0-alpha05 | 8.4+ *(note 1)* |
| **Note 2** | 8.0-8.3.0-alpha04 | n.a. |
| **1.7.1** | 7.4 | 7.5+ |
| **1.6.0** | 7.3 | 7.4+ |
| **1.5.3** | 7.2 | 7.3+ |
| **Note 3** | 7.0-7.2.0-alpha05 | n.a. |
| **1.4.0** | 4.2<br/>4.1 | 6.7.1+<br/>6.5+ |
| **1.3.1** | 4.0<br/>3.6 | 6.1.1+<br/>5.6.4+ |
| **1.2.1** | 3.5 | 5.4.1+ |
| **1.1.2** | 3.4 | 5.1.1+ |
| **1.1.1** | 3.3 | 4.10.1+ |
| **1.0.2** | 3.2 | 4.6+ |
| Version | [Android Gradle plugin version](https://developer.android.com/studio/releases/gradle-plugin#updating-gradle) | Gradle version |
|------------|--------------------------------------------------------------------------------------------------------------|-------------------|
| **1.8.0** | 8.3.0-alpha05 - 8.3.2 | 8.4+ *(note 1)* |
| **Note 2** | 8.0 - 8.3.0-alpha04 | n.a. |
| **1.7.1** | 7.4 | 7.5+ |
| **1.6.0** | 7.3 | 7.4+ |
| **1.5.3** | 7.2 | 7.3+ |
| **Note 3** | 7.0 - 7.2.0-alpha05 | n.a. |
| **1.4.0** | 4.2<br/>4.1 | 6.7.1+<br/>6.5+ |
| **1.3.1** | 4.0<br/>3.6 | 6.1.1+<br/>5.6.4+ |
| **1.2.1** | 3.5 | 5.4.1+ |
| **1.1.2** | 3.4 | 5.1.1+ |
| **1.1.1** | 3.3 | 4.10.1+ |
| **1.0.2** | 3.2 | 4.6+ |

<details open>
<summary><b>Note 1: AGP 8.3.0 and Gradle 8.3</b></summary>
Expand Down
2 changes: 1 addition & 1 deletion plugin/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
POM_ARTIFACT_ID=android-root-coverage-plugin
VERSION_NAME=1.8.0-SNAPSHOT
VERSION_NAME=1.8.0
POM_NAME=Android Root Coverage Plugin
POM_DESCRIPTION=A Gradle plugin for easy generation of combined code coverage reports for Android projects with multiple modules.

0 comments on commit 112af45

Please sign in to comment.