@@ -150,10 +150,10 @@ for specific modules:
150150 generateHtml = true
151151 generateXml = false
152152
153- // Since 1.2: Same as executeTests except that this only affects the instrumented Android tests
153+ // Since 1.2: When true this plugin will run the necessary Gradle tasks to execute instrumented Android tests
154154 executeAndroidTests = true
155155
156- // Since 1.2: Same as executeTests except that this only affects the unit tests
156+ // Since 1.2: When true this plugin will run the necessary Gradle tasks to execute unit tests
157157 executeUnitTests = true
158158
159159 // Since 1.2: When true include results from instrumented Android tests into the coverage report
@@ -173,7 +173,7 @@ for specific modules:
173173 // Since 1.7 (experimental): The name of the Gradle Managed device to run instrumented tests on.
174174 // This is only used if `runOnGradleManagedDevices` is set to true. If not given tests will be
175175 // run on all available Gradle Managed Devices
176- gradleManagedDeviceName = " nexusoneapi30 "
176+ gradleManagedDeviceName = " smallphoneapi32 "
177177 }
178178 ```
179179</details >
@@ -195,11 +195,11 @@ for specific modules:
195195 generateCsv false
196196 generateHtml true
197197 generateXml false
198-
199- // Since 1.2: Same as executeTests except that this only affects the instrumented Android tests
198+
199+ // Since 1.2: When true this plugin will run the necessary Gradle tasks to execute instrumented Android tests
200200 executeAndroidTests true
201-
202- // Since 1.2: Same as executeTests except that this only affects the unit tests
201+
202+ // Since 1.2: When true this plugin will run the necessary Gradle tasks to execute unit tests
203203 executeUnitTests true
204204
205205 // Since 1.2: When true include results from instrumented Android tests into the coverage report
@@ -219,29 +219,30 @@ for specific modules:
219219 // Since 1.7 (experimental): The name of the Gradle Managed device to run instrumented tests on.
220220 // This is only used if `runOnGradleManagedDevices` is set to true. If not given tests will be
221221 // run on all available Gradle Managed Devices
222- gradleManagedDeviceName "nexusoneapi30 "
222+ gradleManagedDeviceName "smallphoneapi32 "
223223 }
224224 ```
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.11.0** | 8.11+ | 8.13+ |
231- | ** 1.10.0** | 8.8+ | 8.10.2+ |
232- | ** 1.9.0** | 8.6+ | 8.7+ |
233- | ** 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+ |
234- | ** Note 1** | 8.0 - 8.3.0-alpha04 | n.a. |
235- | ** 1.7.1** | 7.4 | 7.5+ |
236- | ** 1.6.0** | 7.3 | 7.4+ |
237- | ** 1.5.3** | 7.2 | 7.3+ |
238- | ** Note 2** | 7.0 - 7.2.0-alpha05 | n.a. |
239- | ** 1.4.0** | 4.2<br />4.1 | 6.7.1+<br />6.5+ |
240- | ** 1.3.1** | 4.0<br />3.6 | 6.1.1+<br />5.6.4+ |
241- | ** 1.2.1** | 3.5 | 5.4.1+ |
242- | ** 1.1.2** | 3.4 | 5.1.1+ |
243- | ** 1.1.1** | 3.3 | 4.10.1+ |
244- | ** 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-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+ |
245246
246247<details >
247248 <summary ><b >Note 1: AGP 8.0-8.3.0-alpha04</b ></summary >
0 commit comments