Skip to content

Commit 576791b

Browse files
authored
Release 1.12.0 (#123)
- Based on Android Gradle Plugin 9.0 APIs - Compatible with Gradle version 9.1+
1 parent 5a8b45f commit 576791b

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed

README.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ following methods:
2929
```kotlin
3030
plugins {
3131
// Add the plugin to the plugin block
32-
id("nl.neotech.plugin.rootcoverage") version "1.11.0"
32+
id("nl.neotech.plugin.rootcoverage") version "1.12.0"
3333
}
3434
```
3535
</details>
@@ -40,7 +40,7 @@ following methods:
4040
```groovy
4141
plugins {
4242
// Add the plugin to the plugin block
43-
id "nl.neotech.plugin.rootcoverage" version "1.11.0"
43+
id "nl.neotech.plugin.rootcoverage" version "1.12.0"
4444
}
4545
```
4646
</details>
@@ -56,7 +56,7 @@ following methods:
5656
5757
buildscript {
5858
dependencies {
59-
classpath 'nl.neotech.plugin:android-root-coverage-plugin:1.11.0'
59+
classpath 'nl.neotech.plugin:android-root-coverage-plugin:1.12.0'
6060
}
6161
}
6262
```
@@ -225,24 +225,24 @@ for specific modules:
225225
</details>
226226

227227
# 4. Compatibility
228-
| Version | [Android Gradle plugin version](https://developer.android.com/studio/releases/gradle-plugin#updating-gradle) | Gradle version |
229-
|---------------------|--------------------------------------------------------------------------------------------------------------|------------------------|
230-
| **1.12.0-SNAPSHOT** | 9.0+ | 9.1+ |
231-
| **1.11.0** | 8.11+ | 8.13+ |
232-
| **1.10.0** | 8.8+ | 8.10.2+ |
233-
| **1.9.0** | 8.6+ | 8.7+ |
234-
| **1.8.0** | 8.5.2<br/>8.4.2<br/>8.3.0-alpha05 - 8.3.2 | 8.6+<br/>8.5+<br/>8.4+ |
235-
| **Note 1** | 8.0 - 8.3.0-alpha04 | n.a. |
236-
| **1.7.1** | 7.4 | 7.5+ |
237-
| **1.6.0** | 7.3 | 7.4+ |
238-
| **1.5.3** | 7.2 | 7.3+ |
239-
| **Note 2** | 7.0 - 7.2.0-alpha05 | n.a. |
240-
| **1.4.0** | 4.2<br/>4.1 | 6.7.1+<br/>6.5+ |
241-
| **1.3.1** | 4.0<br/>3.6 | 6.1.1+<br/>5.6.4+ |
242-
| **1.2.1** | 3.5 | 5.4.1+ |
243-
| **1.1.2** | 3.4 | 5.1.1+ |
244-
| **1.1.1** | 3.3 | 4.10.1+ |
245-
| **1.0.2** | 3.2 | 4.6+ |
228+
| Version | [Android Gradle plugin version](https://developer.android.com/studio/releases/gradle-plugin#updating-gradle) | Gradle version |
229+
|--------------|--------------------------------------------------------------------------------------------------------------|------------------------|
230+
| **1.12.0** | 9.0+ | 9.1+ |
231+
| **1.11.0** | 8.11+ | 8.13+ |
232+
| **1.10.0** | 8.8+ | 8.10.2+ |
233+
| **1.9.0** | 8.6+ | 8.7+ |
234+
| **1.8.0** | 8.5.2<br/>8.4.2<br/>8.3.0-alpha05 - 8.3.2 | 8.6+<br/>8.5+<br/>8.4+ |
235+
| **Note 1** | 8.0 - 8.3.0-alpha04 | n.a. |
236+
| **1.7.1** | 7.4 | 7.5+ |
237+
| **1.6.0** | 7.3 | 7.4+ |
238+
| **1.5.3** | 7.2 | 7.3+ |
239+
| **Note 2** | 7.0 - 7.2.0-alpha05 | n.a. |
240+
| **1.4.0** | 4.2<br/>4.1 | 6.7.1+<br/>6.5+ |
241+
| **1.3.1** | 4.0<br/>3.6 | 6.1.1+<br/>5.6.4+ |
242+
| **1.2.1** | 3.5 | 5.4.1+ |
243+
| **1.1.2** | 3.4 | 5.1.1+ |
244+
| **1.1.1** | 3.3 | 4.10.1+ |
245+
| **1.0.2** | 3.2 | 4.6+ |
246246

247247
<details>
248248
<summary><b>Note 1: AGP 8.0-8.3.0-alpha04</b></summary>

plugin/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
POM_ARTIFACT_ID=android-root-coverage-plugin
2-
VERSION_NAME=1.12.0-SNAPSHOT
2+
VERSION_NAME=1.12.0
33
POM_NAME=Android Root Coverage Plugin
44
POM_DESCRIPTION=A Gradle plugin for easy generation of combined code coverage reports for Android projects with multiple modules.

0 commit comments

Comments
 (0)